Enum WorkState
Work state enumeration.
Namespace: Evergine.Framework.Threading
Assembly: Evergine.Framework.dll
Syntax
public enum WorkState
Fields
Name | Description |
---|---|
Completed | The work has been finished |
Idle | The work is just instantiated |
InProgress | The work has been started |
InQueue | The work is pending to be executed |