RepairTaskStateFilter Enum

Definition

Specifies values that can be combined as a bitmask to retrieve repair tasks filtered by their current workflow state.

This enumeration supports a bitwise combination of its member values.

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

Fields

Active 63

Includes repair tasks that are not completed.

All 127

Includes all repair tasks, regardless of state.

Approved 8

Includes repair tasks in the Approved state.

Claimed 2

Includes repair tasks in the Claimed state.

Completed 64

Includes repair tasks in the Completed state.

Created 1

Includes repair tasks in the Created state.

Default 0

Includes all repair tasks, regardless of state.

Executing 16

Includes repair tasks in the Executing state.

Preparing 4

Includes repair tasks in the Preparing state.

ReadyToExecute 24

Includes repair tasks in the Approved or Executing state.

Restoring 32

Includes repair tasks in the Restoring state.

Applies to