currentExecutionState property
The current state of the execution.
Output only. Possible string values are:
- "CURRENT_EXECUTION_STATE_UNSPECIFIED" : Default unspecified execution state.
- "RUNNING" : The plugin instance is executing.
- "NOT_RUNNING" : The plugin instance is not running an execution.
Implementation
core.String? currentExecutionState;