Exit

Workspace.Exit(self: pyarts.arts._Workspace, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Stops the execution and exits ARTS.

This method is handy if you want to debug one of your control files. You can insert it anywhere in the control file. When it is reached, it will terminate the program.

Author(s): Patrick Eriksson

Parameters:

verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]