Enum WorkItemQueueState
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
WorkItemQueueState indicates the current state of a WorkItemQueue
public enum WorkItemQueueState
Paused = 0
The queue is paused
Running = 1
The queue is running
Stopped = 2
The queue is stopped