Class ExecutionState (1.14.2)

ExecutionState(value)

Types of ScanRun execution state.

Values: EXECUTION_STATE_UNSPECIFIED (0): Represents an invalid state caused by internal server error. This value should never be returned. QUEUED (1): The scan is waiting in the queue. SCANNING (2): The scan is in progress. FINISHED (3): The scan is either finished or stopped by user.