status property
Use this property to retrieve a status that represents the results of the test.
Syntax
value = result.status;
Type:TestResultsStatus|undefined
Use this property to retrieve one of the following enumerated values:
- TestResultsStatus.Passed
- TestResultsStatus.Unresolved
- TestResultsStatus.Failed