Class ExecutionState (1.14.5)

ExecutionState(value)

Types of ScanRun execution state.

Enums

Name Description
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.