Table of Contents

Enum WorkItemState

Namespace
NUnit.Framework.Internal.Execution
Assembly
nunit.framework.dll

The current state of a work item

public enum WorkItemState

Fields

Complete = 2

Complete

Ready = 0

Ready to run or continue

Running = 1

Work Item is executing