renderingState property
Current state of the render operation for this Target.
Output only. Possible string values are:
- "TARGET_RENDER_STATE_UNSPECIFIED" : The render operation state is unspecified.
- "SUCCEEDED" : The render operation has completed successfully.
- "FAILED" : The render operation has failed.
- "IN_PROGRESS" : The render operation is in progress.
Implementation
core.String? renderingState;