[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Web Security Scanner V1 Client - Class ExecutionState (1.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.5 (latest)](/php/docs/reference/cloud-web-security-scanner/latest/V1.ScanRun.ExecutionState)\n- [1.0.4](/php/docs/reference/cloud-web-security-scanner/1.0.4/V1.ScanRun.ExecutionState)\n- [0.8.5](/php/docs/reference/cloud-web-security-scanner/0.8.5/V1.ScanRun.ExecutionState)\n- [0.7.18](/php/docs/reference/cloud-web-security-scanner/0.7.18/V1.ScanRun.ExecutionState) \nReference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class ExecutionState.\n\nTypes of ScanRun execution state.\n\nProtobuf type `google.cloud.websecurityscanner.v1.ScanRun.ExecutionState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ WebSecurityScanner \\\\ V1 \\\\ ScanRun\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### EXECUTION_STATE_UNSPECIFIED\n\n Value: 0\n\nRepresents an invalid state caused by internal server error. This value\nshould never be returned.\n\nGenerated from protobuf enum `EXECUTION_STATE_UNSPECIFIED = 0;`\n\n### QUEUED\n\n Value: 1\n\nThe scan is waiting in the queue.\n\nGenerated from protobuf enum `QUEUED = 1;`\n\n### SCANNING\n\n Value: 2\n\nThe scan is in progress.\n\nGenerated from protobuf enum `SCANNING = 2;`\n\n### FINISHED\n\n Value: 3\n\nThe scan is either finished or stopped by user.\n\nGenerated from protobuf enum `FINISHED = 3;`"]]