NcdTaskStatus
TaskStatus represents the status of a task.
Values
| Value | Description |
|---|---|
| CANCELED | CANCELED represents the cancelled task status. |
| FAILED | FAILED represents the failed task status. |
| IN_PROGRESS | IN_PROGRESS represents the in progress task status. |
| STATUS_UNSPECIFIED | STATUS_UNSPECIFIED represents an unspecified task status. |
| SUCCESS | SUCCESS represents the successful task status. |