renderState property

String? renderState
getter/setter pair

Current state of the render operation.

Output only. Possible string values are:

  • "RENDER_STATE_UNSPECIFIED" : The render state is unspecified.
  • "SUCCEEDED" : All rendering operations have completed successfully.
  • "FAILED" : All rendering operations have completed, and one or more have failed.
  • "IN_PROGRESS" : Rendering has started and is not complete.

Implementation

core.String? renderState;