result property
The result of the remote access session. Can be any of the following:
- PENDING.
- PASSED.
- WARNED.
- FAILED.
- SKIPPED.
- ERRORED.
- STOPPED.
Implementation
final ExecutionResult? result;
The result of the remote access session. Can be any of the following:
final ExecutionResult? result;