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

EventPumpState

public enum EventPumpState
The EventPumpState enum represents the state of an EventPump.
namespace NUnit.Framework.Internal.Execution { public enum EventPumpState { Stopped, Pumping, Stopping } }