RunMode Property
The RunMode property contains the SiteKiosk starting mode.
Syntax
SiteKiosk.StartSettings.RunMode [=long]
|
Possible Values
Long value that specifies or retrieves the run mode.
|
The property is read/write.
Remarks
Possible run modes:
0 = Manually
1 = Autostart
2 = Shell-Replacement
Examples
The following example shows how SiteKiosk is started.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.StartSettings.RunMode);
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top