Types
CommandRunQueue
Explains why a command run has not started, and which runs compete for its target.
object
CommandRunQueueFields
reason
The reason this command run has not started.
position
Int!
Position of the run in the wait line for its target, or 0 when it is not waiting.
waitingCount
Int!
Number of runs waiting for the target, including this one when it waits.
entries
Every run competing for the target: holders first, then the wait line in queue order.