Confirmed users
110
edits
(Provide a new API: restart() and add some comments.) |
m (→API) |
||
| Line 9: | Line 9: | ||
* This API will power off the machine. | * This API will power off the machine. | ||
*/ | */ | ||
void | void powerOff(); | ||
/** | /** | ||
* This API will completely shut down and boot the machine. | * This API will completely shut down and boot the machine. | ||
*/ | */ | ||
void | void reboot(); | ||
/** | /** | ||
* This API will restart the Gecko processes without powering off the machine. | * This API will restart the Gecko processes without powering off the machine. | ||
*/ | */ | ||
void | void restart(); | ||
/** | /** | ||