Types
CommandRunQueueEntry
Represents one command run competing for the target of the inspected run.
object
CommandRunQueueEntryFields
id
ID!
Stable identifier for this command run queue entry.
displayNumber
Int!
The display number associated with this command run queue entry.
name
String!
Display name of this command run queue entry.
status
Current status of this command run queue entry.
concurrency
The concurrency mode deciding whether this entry may share the target.
queuedAt
String!
ISO 8601 timestamp when this command run queue entry was queued.
holdingTarget
Boolean!
Whether this entry already holds the target.
blocking
Boolean!
Whether this entry is one of the reasons the inspected run cannot start.
currentRun
Boolean!
Whether this entry is the inspected run itself.