Enum TaskStatus
Enumeration representing different light resource types.
Syntax
public enum TaskStatus
Fields
Name | Description |
---|---|
Cancelled | The task has been cancelled. |
Completed | The task completed. |
Executing | The task is being executed. |
Failed | The task failed. |
InvalidTask | The provided task identifier is not valid, or no such task is available. |
Pending | The task is pending execution. |