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