HangupOnShutdown Property



 
The HangupOnShutdown property indicates if the dialup connection is to be closed after SiteKiosk has been terminated.


Syntax

    SiteKiosk.Dialup.HangupOnShutdown [=bool]
Possible Values
    Boolean value that specifies or retrieves the hangup status.

    The property is read/write.
Remarks
    None.
Examples
    The following example defines that the dialup connection stays alive after SiteKiosk has been terminated.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.Dialup.HangupOnShutdown = false;
    </SCRIPT>

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top