Status type

The status of operation.
KnownStatus can be used interchangeably with Status, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded: Succeeded
Canceled: Canceled
Failed: Failed
Running: Running

type Status = string