system.perspective.workstation.toKiosk
This function is used in Python Scripting.
Description​
When called from a session running in Perspective Workstation, attempts to put Workstation into Kiosk mode.
Syntax​
system.perspective.workstation.toKiosk()
Parameters​
Nothing
Returns​
Nothing
Scope​
Perspective Session
Code Examples​
Code Snippet
# This example will set a Perspective Workstation Session into Kiosk mode.
system.perspective.workstation.toKiosk()