Module: Google::Cloud::WebSecurityScanner::V1::ScanRun::ExecutionState
- Defined in:
- proto_docs/google/cloud/websecurityscanner/v1/scan_run.rb
Overview
Types of ScanRun execution state.
Constant Summary collapse
- EXECUTION_STATE_UNSPECIFIED =
Represents an invalid state caused by internal server error. This value should never be returned.
0
- QUEUED =
The scan is waiting in the queue.
1
- SCANNING =
The scan is in progress.
2
- FINISHED =
The scan is either finished or stopped by user.
3