RunStatus type
The current status of the run.
KnownRunStatus can be used interchangeably with RunStatus,
this enum contains the known values that the service supports.
Known values supported by the service
Queued
Started
Running
Succeeded
Failed
Canceled
Error
Timeout
type RunStatus = string