SimpleWorkItemState Enum

Definition

Enumerates the simple work item state.

public enum class SimpleWorkItemState
public enum SimpleWorkItemState
type SimpleWorkItemState = 
Public Enum SimpleWorkItemState
Inheritance
SimpleWorkItemState

Fields

Aborted 4

The aborted state.

Completed 2

The completed state.

Error 3

The error state.

Pending 0

The pending state.

Running 1

The running state.

Scripted 5

The scripted state.

Skipped 6

The skipped state.

Applies to