<PackageReference Include="NUnit" Version="3.13.3" />

EventPumpState

public enum EventPumpState
The EventPumpState enum represents the state of an EventPump.
Pumping = 1

The pump is pumping events with no stop requested

Stopped = 0

The pump is stopped

The pump is pumping events but a stop has been requested