RunStatus type

Defines values for RunStatus.
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