runtimeState property
The runtime (instance) state of the NotebookRuntime.
Output only. Possible string values are:
- "RUNTIME_STATE_UNSPECIFIED" : Unspecified runtime state.
- "RUNNING" : NotebookRuntime is in running state.
- "BEING_STARTED" : NotebookRuntime is in starting state.
- "BEING_STOPPED" : NotebookRuntime is in stopping state.
- "STOPPED" : NotebookRuntime is in stopped state.
- "BEING_UPGRADED" : NotebookRuntime is in upgrading state. It is in the middle of upgrading process.
- "ERROR" : NotebookRuntime was unable to start/stop properly.
- "INVALID" : NotebookRuntime is in invalid state. Cannot be recovered.
Implementation
core.String? runtimeState;