Module: Google::Cloud::ApiHub::V1::ExecutionStatus::CurrentExecutionState

Defined in:
proto_docs/google/cloud/apihub/v1/plugin_service.rb

Overview

Enum for the current state of the execution.

Constant Summary collapse

CURRENT_EXECUTION_STATE_UNSPECIFIED =

Default unspecified execution state.

0
RUNNING =

The plugin instance is executing.

1
NOT_RUNNING =

The plugin instance is not running an execution.

2