banner

External.PowerDown method

Shuts down or restarts the end user's computer.

Syntax

window.external.PowerDown(bReboot);

Parameters bReboot

Boolean. If the return value is TRUE, restart the computer. If the return value is FALSE, shut down the computer.

Return Values None
Applies To window.external
Example
window.external.PowerDown(0);