JobActive Property
The JobActive property indicates whether a record job is currently active.
Syntax
[bool=] SiteKiosk.CDRecording.JobActive
|
Possible Values
Boolean value that retrieves the activity status.
|
The property is read only.
Remarks
Examples
The following example determines whether a record job is currently active and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.CDRecording.JobActive);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top