Contents
Strategic Partner Links
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
SDK Examples
Returns the handle of the desktop this function was called from. Commonly used with the system.gui.desktop and system.nav.desktop functions.
This scripting function has no Client Permission restrictions.
system.gui.getCurrentDesktop( )
None
String - The handle of the current desktop
Client
# Shows the desktop's handle in a message box. system.gui.messageBox("This desktop's handle is: %s" % system.gui.getCurrentDesktop())