close#

DockerLauncher.close(session: Session) None#

Shut down the launched EnSight session.

This method closes all associated sessions and then stops the launched EnSight instance.

Parameters:
sessionpyensight.Session

Session to close.

Raises:
RuntimeError

If the session was not launched by this launcher.