mssparkutils.notebook.exit {notebookutils} | R Documentation |
This method lets you exit a notebook with a value.
mssparkutils.notebook.exit(value)
value |
the value to return when exiting. |
No return value, mimic behavior to set the notebook run exit value using value
.
mssparkutils.notebook.exit('exitVal')