NUnit.Framework.Internal.Execution.WorkItemState
The current state of a work item
namespace NUnit.Framework.Internal.Execution
{
public enum WorkItemState
{
Ready,
Running,
Complete
}
}