TestRunState enum
The types of states for test run.
Fields
| Unspecified = 0 | Only used during an update to preserve the existing value. |
| NotStarted = 1 | The run is still being created. No tests have started yet. |
| InProgress = 2 | Tests are running. |
| Completed = 3 | All tests have completed or been skipped. |
| Aborted = 4 | Run is stopped and remaining tests have been aborted |
| Waiting = 5 | Run is currently initializing This is a legacy state and should not be used any more |
| NeedsInvestigation = 6 | Run requires investigation because of a test point failure This is a legacy state and should not be used any more |