ProcessID Property
The ProcessID property contains the process ID of the SiteKiosk application.
Syntax
[dword=] SiteKiosk.ProcessID
|
Possible Values
dword value that retrieves the process ID.
|
The property is read only.
Remarks
Examples
The following example reads the ProcessID value and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.ProcessID);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top