Types
CommandRunStatus
Lifecycle statuses for command run.
enum
CommandRunStatusValues
QUEUED
Represents the queued status for command run.
RUNNING
Represents the running status for command run.
RESTARTING
Represents the restarting status for command run.
CANCELLING
Represents the cancelling status for command run.
SUCCEEDED
Represents the succeeded status for command run.
FAILED
Represents the failed status for command run.
CANCELLED
Represents the cancelled status for command run.