ExecutionStatus type

Status of Troubleshooter Step execution.
KnownExecutionStatus can be used interchangeably with ExecutionStatus, this enum contains the known values that the service supports.

Known values supported by the service

Success: Step execution succeeded.
Running: Step execution running
Failed: Step execution failed
Warning: Step execution warning

type ExecutionStatus = string