TaskStatus Enum
An enumeration of possible Task statuses.
Fields
| Cancelled | The task was cancelled. |
| Completed | The task was completed. |
| InProcess | The task is in process of being completed. |
| NeedsAction | The task requires an action. |
| Unspecified | The status of the task was not specified. |