ENUM

NcdTaskStatus

Description

TaskStatus represents the status of a task.

link GraphQL Schema definition

  • enum NcdTaskStatus {
  • # CANCELED represents the cancelled task status.
  • CANCELED
  • # FAILED represents the failed task status.
  • FAILED
  • # IN_PROGRESS represents the in progress task status.
  • IN_PROGRESS
  • # STATUS_UNSPECIFIED represents an unspecified task status.
  • STATUS_UNSPECIFIED
  • # SUCCESS represents the successful task status.
  • SUCCESS
  • }