WorkItemQueueState
WorkItemQueueState indicates the current state of a WorkItemQueue
namespace NUnit.Framework.Internal.Execution
{
public enum WorkItemQueueState
{
Paused,
Running,
Stopped
}
}