exit#
- Mapdl.exit(save=False, force=False, **kwargs)#
Exit MAPDL.
- Parameters:
Notes
If
PYMAPDL_START_INSTANCE
is set toFalse
(generally set in remote testing or documentation build), then this will be ignored. Override this behavior withforce=True
to always force exiting MAPDL regardless of your local environment.Examples
>>> mapdl.exit()