RepairTaskState Enum

Definition

Specifies the workflow state of a repair task.

This type supports the Service Fabric platform; it is not meant to be used directly from your code.

public enum RepairTaskState
type RepairTaskState = 
Public Enum RepairTaskState
Inheritance
RepairTaskState

Fields

Approved 8

Indicates that the repair task has been approved by the Repair Manager and is safe to execute.

Claimed 2

Indicates that the repair task has been claimed by a repair executor.

Completed 64

Indicates that the repair task has completed, and no further state changes will occur.

Created 1

Indicates that the repair task has been created.

Executing 16

Indicates that execution of the repair task is in progress.

Invalid 0

Indicates that the repair task state is invalid.

Preparing 4

Indicates that the Repair Manager is preparing the system to handle the impact of the repair task, usually by taking resources offline gracefully.

Restoring 32

Indicates that the Repair Manager is restoring the system to its pre-repair state, usually by bringing resources back online.

Applies to