Share via


RepairTaskHealthCheckState Enum

Definition

Specifies the workflow state of a repair task's health check when the repair task enters either the Preparing or Restoring state.

public enum RepairTaskHealthCheckState
type RepairTaskHealthCheckState = 
Public Enum RepairTaskHealthCheckState
Inheritance
RepairTaskHealthCheckState

Fields

InProgress 1

Indicates that the health check is in progress

NotStarted 0

Indicates that the health check hasn't started.

Skipped 3

Indicates that the health check was skipped.

Succeeded 2

Indicates that the health check succeeded.

TimedOut 4

Indicates that the health check timed out.

Remarks

Separate health checks are done when a repair task enters the Preparing and Restoring states.

Applies to