Enum WorkActionState
State of an IWorkAction at a given point in time.
Namespace: Evergine.Framework.Services
Assembly: Evergine.Framework.dll
Syntax
public enum WorkActionState
Fields
| Name | Description |
|---|---|
| Aborted | The IWorkAction has been aborted and execution has finished. |
| Finished | The IWorkAction has finished executing successfully. |
| None | The IWorkAction has been created. |
| Running | The IWorkAction is being executed. |
| Waiting | The IWorkAction is waiting to resume execution. |