public enum DevBackgroundWorkerState
Public Enumeration DevBackgroundWorkerState
Dim instance As DevBackgroundWorkerState
public enum class DevBackgroundWorkerState
type DevBackgroundWorkerState
No code example is currently available or this language may not be supported.
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). |