The AutoReboot Property of the AirBEAMSmart ActiveX Object instructs the AirBEAM Smart client to enable or disable Auto Reboot mode.
AutoReboot (Property of the AirBEAMSmart ActiveX Object) Syntax object.AutoReboot = [parameter]
Parameters
Items listed in this section indicate parameters, or attributes which can be set.
Name Possible Values Description
Default Value Reboot Mode True or False Whether or not to enable auto reboot mode. True
Examples
The following javascript is example code of how to set the AutoReboot property.
<script> var ab = new ActiveXObject("PocketBrowser.AirBEAMSmart"); function doSync() { ab.AutoReboot = false; ab.AddPackage('myPackage'); setTimeout('ab.Run()', 100); } </script>
Copy example to clipboard
Additional Information
Supported Platforms Windows CE, Windows Mobile, Windows Mobile SE Persistence Persists in the AirBEAMSmart Object. Min. Requirements AirBEAM Client.