Enum WorkerStatus
Whether the AbortableBackgroundWorker is idle, stopping or working.
Namespace: RuriLib.Runner
Assembly: RuriLib.dll
Syntax
public enum WorkerStatus
Fields
| Name | Description |
|---|---|
| Idle | The Worker is not working. |
| Running | The Worker is working. |
| Stopping | The Worker is cancelling its work. |