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

NUnit.Framework.Internal.Execution.EventPumpState

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