PointState enum
Fields
None = 0 | Default |
Ready = 1 | The test point needs to be executed in order for the test pass to be considered complete. Either the test has not been run before or the previous run failed. |
Completed = 2 | The test has passed successfully and does not need to be re-run for the test pass to be considered complete. |
NotReady = 3 | The test point needs to be executed but is not able to. |
InProgress = 4 | The test is being executed. |
MaxValue = 4 |