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
Inheritance
RepairTaskFlags
Attributes

Fields

Name Value Description
None 0

No flags are specified.

CancelRequested 1

A user has requested cancellation of the repair task.

AbortRequested 2

A user has requested an abort 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.

ValidMask 7

A mask that includes all valid repair task flags.

Applies to

Prodotto Versioni
Azure SDK for .NET Legacy, Latest