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