executionState property
The execution state of the ScanRun.
Output only. Possible string values are:
- "EXECUTION_STATE_UNSPECIFIED" : Represents an invalid state caused by internal server error. This value should never be returned.
- "QUEUED" : The scan is waiting in the queue.
- "SCANNING" : The scan is in progress.
- "FINISHED" : The scan is either finished or stopped by user.
Implementation
core.String? executionState;