The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestState Enumeration
This enumeration represents the valid states for a test.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Member name | Description | |
|---|---|---|
| Aborting | The test is aborting. | |
| Completed | The test has completed. | |
| Completing | The test is almost completed. | |
| Disposed | The test is disposed. | |
| Paused | The test is paused. | |
| Pausing | The test is preparing to pause. | |
| Resuming | The test is getting ready to resume after a pause. | |
| Running | The test is running. | |
| Started | The test has started. | |
| Starting | The test is preparing to start. | |
| Stopping | The test is preparing to stop. | |
| Timeout | The test has timed out. | |
| Uninitialized | The test is uninitialized. |
Show: