Table of Contents

Enum WorkItemQueueState

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

WorkItemQueueState indicates the current state of a WorkItemQueue

public enum WorkItemQueueState

Fields

Paused = 0

The queue is paused

Running = 1

The queue is running

Stopped = 2

The queue is stopped