Types
CommandRunQueueReason
Reasons a command run has not started yet.
enum
CommandRunQueueReasonValues
NOT_QUEUED
Represents a run that is not waiting because it is already running, finishing, or finished.
WAITING_FOR_AGENT
Represents a run that was handed to its agent and waits for the agent to pick it up.
AGENT_OFFLINE
Represents a run whose agent is offline.
WAITING_FOR_PREDECESSOR
Represents a run that replaces an earlier run which has not finished yet.
RESTART_DELAY
Represents a run waiting for its restart delay to elapse.
TARGET_BUSY
Represents a run whose target is held by another run.
QUEUED_BEHIND
Represents a run that has to let runs queued ahead of it take the target first.
READY
Represents a run with nothing left blocking it, which starts on the next dispatch.