TestConfigurationState enum
Represents the state of an ITestConfiguration object.
Fields
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. |