Enum ScanRun.Types.ExecutionState (1.1.0)

public enum ExecutionState

Types of ScanRun execution state.

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Fields

NameDescription
Finished

The scan is either finished or stopped by user.

Queued

The scan is waiting in the queue.

Scanning

The scan is in progress.

Unspecified

Represents an invalid state caused by internal server error. This value should never be returned.