TaskStatus#
- class TaskStatus(*args, **kwargs)[source]#
Bases:
object
Status of the task.
Allowed enum values:
_UNKNOWN
_REDACTED
QUEUED: Status indicating that the task is queued for execution.
RUNNING: Status indicating that the task is currently being executed.
CANCELING: Status indicating that the task is marked for cancellation.
SUCCEEDED: Status indicating that the task has been executed successfully.
FAILED: Status indicating that the task has failed.
CANCELED: Status indicating that the task has been cancelled.