Run Method
The Run method runs the application.
Syntax
SiteKiosk.ExternalApps.Item(index).Run(bool)
|
Parameters
bool |
Boolean value that specifies if SiteKiosk is to check first if this application is already running. |
Return Value
Remarks
Examples
The following example runs the application configured first.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.ExternalApps.Item(1).Run(false);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top