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