RepairTaskHealthCheckState enum
type: string
Specifies the workflow state of a repair task's health check. This type supports the Service Fabric platform; it is not meant to be used directly from your code.
Possible values are:
NotStarted
- Indicates that the health check has not started.InProgress
- Indicates that the health check is in progress.Succeeded
- Indicates that the health check succeeded.Skipped
- Indicates that the health check was skipped.TimedOut
- Indicates that the health check timed out.