ENUM
NcdTaskStatus
Description
TaskStatus represents the status of a task.
link GraphQL Schema definition
- enum NcdTaskStatus {
- # CANCELED represents the cancelled task status.
- # FAILED represents the failed task status.
- # IN_PROGRESS represents the in progress task status.
- # STATUS_UNSPECIFIED represents an unspecified task status.
- # SUCCESS represents the successful task status.
- }