system.perspective.workstation.exit
This function is used in Python Scripting.
Description​
When called from a session running in Workstation, this function will close Workstation.
Syntax​
system.perspective.workstation.exit()
Parameters​
Nothing
Returns​
Nothing
Scope​
Perspective Session
Code Examples​
Code Snippet
# This example will close the current Perspective Workstation Session.
system.perspective.workstation.exit()