Types
AgentJobStatus
Lifecycle statuses for agent job.
enum
AgentJobStatusValues
QUEUED
Represents the queued status for agent job.
RUNNING
Represents the running status for agent job.
CANCELLING
Represents the cancelling status for agent job.
SUCCEEDED
Represents the succeeded status for agent job.
FAILED
Represents the failed status for agent job.
CANCELLED
Represents the cancelled status for agent job.
TIMED_OUT
Represents the timed out status for agent job.