Sdílet prostřednictvím


TestCommandStateFilter Enum

Definition

This is used when calling GetTestCommandStatusListAsync(), and indicates the filter to use on TestCommandState's. Multiple filter values may be specified.

This enumeration supports a bitwise combination of its member values.

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

Fields

Default 0

The default filter.

Running 1

This filter selects Running test commands.

RollingBack 2

This filter selects RollingBack test commands.

CompletedSuccessfully 8

This filter selects Completed test commands.

Failed 16

This filter selects Failed test commands.

Cancelled 32

This filter selects Cancelled test commands.

ForceCancelled 64

This filter selects ForceCancelled test commands.

All 65535

Indicates not to do any filtering on TestCommandState.

Applies to