Runs when all GUI elements have closed. Note that ‘closing’ only has a clear meaning in a windowed frontend, so this hook never runs in a Jupyter environment.
Required Parameters
model — Helipad
The model object.
Runs when all GUI elements have closed. Note that ‘closing’ only has a clear meaning in a windowed frontend, so this hook never runs in a Jupyter environment.
model — Helipad
The model object.
GUIPostLaunch
to GUIClose
to more accurately reflect the hook's place in the flow, and passed the model instead of the GUI object.
Notes and Examples