Module: Google::Cloud::Ces::V1beta::ExecutionType
- Defined in:
- proto_docs/google/cloud/ces/v1beta/common.rb
Overview
The execution type of the tool or toolset.
Constant Summary collapse
- EXECUTION_TYPE_UNSPECIFIED =
The execution type is unspecified. Defaults to
SYNCHRONOUSif unspecified. 0- SYNCHRONOUS =
The tool is executed synchronously. The session is blocked until the tool returns.
1- ASYNCHRONOUS =
The tool is executed asynchronously. The session will continue while the tool is executing.
2