TestConfigurationState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |