Types
BuildDataAgentStatus
Lifecycle statuses for build data agent.
enum
BuildDataAgentStatusValues
QUEUING
Represents the queuing status for build data agent.
QUEUED
Represents the queued status for build data agent.
RUNNING
Represents the running status for build data agent.
SUCCEEDED
Represents the succeeded status for build data agent.
FAILED
Represents the failed status for build data agent.
CANCELLED
Represents the cancelled status for build data agent.
TIMED_OUT
Represents the timed out status for build data agent.
OFFLINE
Represents the offline status for build data agent.
UNSUPPORTED
Represents the unsupported status for build data agent.
INVALID
Represents the invalid status for build data agent.