Types
RunStatus
Lifecycle statuses for run.
enum
RunStatusValues
QUEUED
Represents the queued status for run.
IN_PROGRESS
Represents the in progress status for run.
PAUSED
Represents the paused status for run.
COMPLETED
Represents the completed status for run.
CANCELLED
Represents the cancelled status for run.
FAILED
Represents the failed status for run.