Edit

TestConfigurationState Enum

Definition

Represents the state of an ITestConfiguration object.

public enum TestConfigurationState
type TestConfigurationState = 
Public Enum TestConfigurationState
Inheritance
TestConfigurationState

Fields

Name Value Description
Active 1

The configuration can be used for new test runs.

Inactive 2

The configuration has been retired and should not be used for new test runs.

Applies to