StopClient Method (Python)

Terminates the connection to the IBM® SPSS® Statistics client. This method should be called at the completion of each Python script. To ensure that StopClient() is called, it is recommended to include the call in the finally clause of a try statement--for example, by including the body of the script in a try statement.

Syntax

SpssClient.StopClient()