state property
State of the test. Possible string values are:
- "STATE_UNSPECIFIED" : Test state is not set.
- "SUCCESS" : Test is a success.
- "FAILURE" : Test is a failure.
Implementation
core.String? state;
State of the test. Possible string values are:
core.String? state;