CommandStatus type

Status of the command.
KnownCommandStatus can be used interchangeably with CommandStatus, this enum contains the known values that the service supports.

Known values supported by the service

Done
Running
Enqueue
Processing
Finished
Failed

type CommandStatus = string