Enum BackgroundProcessor.States
Describes the current status of the instance.
Namespace: AlchemyBow.Navigation.BackgroundProcessing
Assembly: AlchemyBow.Navigation.dll
Syntax
public enum States
Fields
| Name | Description |
|---|---|
| Processing | The instance is processing a process. |
| ReadyToStart | The instance is ready to start the next process. |
| WaitingForJoin | The instance is waiting to join the process. |