Share via


RepairTaskFlags Enum

Definition

Defines flags that provide extended status information about a repair task.

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

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum RepairTaskFlags
[<System.Flags>]
type RepairTaskFlags = 
Public Enum RepairTaskFlags
Inheritance
RepairTaskFlags
Attributes

Fields

AbortRequested 2

A user has requested an abort of the repair task.

CancelRequested 1

A user has requested cancellation of the repair task.

ForcedApproval 4

A user has forced the approval of the repair task, so it may have executed without normal safety guarantees.

None 0

No flags are specified.

ValidMask 7

A mask that includes all valid repair task flags.

Applies to