DevBackgroundWorkerState Enumeration

Specifies the state of a DevBackgroundWorker.

Definition

Namespace: DevCase.Runtime.Threading
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DevBackgroundWorkerState

Members

Stopped 0 The DevBackgroundWorker is stopped.
Running 1 The DevBackgroundWorker is running.
Paused 2 The DevBackgroundWorker is paused.
CancellationPending 3 The DevBackgroundWorker is pending on a cancellation.
Completed 4 The DevBackgroundWorker is completed (stopped).

See Also