Web Security Scanner V1 API - Module Google::Cloud::WebSecurityScanner::V1::ScanRun::ExecutionState (v1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Web Security Scanner V1 API module Google::Cloud::WebSecurityScanner::V1::ScanRun::ExecutionState.
Types of ScanRun execution state.
Constants
EXECUTION_STATE_UNSPECIFIED
value: 0 Represents an invalid state caused by internal server error. This value
should never be returned.
QUEUED
value: 1 The scan is waiting in the queue.
SCANNING
value: 2 The scan is in progress.
FINISHED
value: 3 The scan is either finished or stopped by user.