Exit Method (Python)
Terminates the instance of the IBM® SPSS® Statistics client associated with the current script. This method is intended for use when running a script from an external Python process (such as a Python IDE or the Python interpreter), and will terminate the instance of the IBM SPSS Statistics client associated with the script. The method has no effect when called from a script that is run from within the IBM SPSS Statistics client, either through Utilities>Run Script or from a Python IDE launched from File>Open>Script or File>New>Script.
Syntax
SpssClient.Exit()