ResultState enum
Fields
| Unspecified = 0 | Only used during an update to preserve the existing value. |
| Pending = 1 | Test is in the execution queue, was not started yet. |
| Queued = 2 | Test has been queued. This is applicable when a test case is queued for execution |
| InProgress = 3 | Test is currently executing. |
| Paused = 4 | Test has been paused. This is applicable when a test case is paused by the user (For e.g. Manual Tester can pause the execution of the manual test case) |
| Completed = 5 | Test has completed, but there is no quantitative measure of completeness. This may apply to load tests. |
| MaxValue = 5 |