Setup guide

Properties
Methods
Shutdown(
nTimeOut
)
Suspend(
nTimeOut
)
Hibernate(
nTimeOut
)
Reboot(
nTimeOut
)
System shutdown, standby mode, hibernate mode and reboot.
Arguments
nTimeOut
Required. Timeout value in seconds after which the respective function is invoked.
Remarks
If nTimeOut is less than or equal to 15 seconds (or reaches 15 seconds), an OSD countdown is displayed. Use 0 for
nTimeOut to perform the respective function immediately.
To cancel pending power methods, set the Timeout property to 0, i.e.
Power.TimeOut=0
See Also
Shutdown Windows, Reboot Windows, Suspend Windows actions
On-Screen Menu Timers
Window Object
The Window object represents an existing desktop window.
Window(
[sWindowPath]
)
TimeOut
Read/write timeout value, in seconds, for all power management methods.
WakeTime
Read/write string containing the system wake-up time. The string must be in the format hh:mm
either in 24 hour or 12 hour format with PM/AM. To cancel a previously set wake-up time, set
WakeTime to an empty string, i.e.
Power.WakeTime=""
.
Example:
Power.WakeTime="23:59"
resumes the system at 1 minute before midnight.
Power.WakeTime="10:00PM"
wakes at 10pm.