Difference between revisions of "SystemReboot"
(Created page with "== Introduction == {| |- |File:SystemReboot_Icon.png SystemReboot is a command that is used to restart the operating system either by using hard reset or soft reset metho...") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | [[File:systemreboot.jpg|thumb||SystemReboot Hard Reset Window]] | ||
| + | [[File:systemreboot_reset_imminent.jpg|thumb|x|SystemReboot Reboot Imminent]] | ||
| + | |||
== Introduction == | == Introduction == | ||
| Line 4: | Line 7: | ||
|- | |- | ||
|[[File:SystemReboot_Icon.png]] | |[[File:SystemReboot_Icon.png]] | ||
| − | SystemReboot is a command that is used to restart the operating system either by using hard reset or soft reset methods. | + | |SystemReboot is a command that is used to restart the operating system either by using hard reset or soft reset methods. |
It can be used either from the CLI as a regular text command or alternatively from the Workbench screen in GUI mode | It can be used either from the CLI as a regular text command or alternatively from the Workbench screen in GUI mode | ||
|} | |} | ||
| + | |||
| + | |||
| + | == Usage == | ||
commands/SystemReboot | commands/SystemReboot | ||
| Line 14: | Line 20: | ||
SystemReboot - Reboot the system after a delay. | SystemReboot - Reboot the system after a delay. | ||
| − | A requester | + | A requester can be displayed allowing the user to cancel before the timeout |
| Line 33: | Line 39: | ||
SOFT/S | SOFT/S | ||
Attempt a soft reset if set, other wise a full system reset wil be | Attempt a soft reset if set, other wise a full system reset wil be | ||
| − | + | performed | |
TIMEOUT/K/N | TIMEOUT/K/N | ||
| − | Wait for this number of seconds | + | Wait for this number of seconds before rebooting |
CRITICAL/K/N | CRITICAL/K/N | ||
| − | Set the time when | + | Set the time when applications are sent the quit message and the progress |
| − | + | bar turns red to indicate the user has only a short time to abort the reboot. | |
GUI/S | GUI/S | ||
Latest revision as of 19:32, 20 August 2017
Introduction
Usage
commands/SystemReboot
NAME
SystemReboot - Reboot the system after a delay. A requester can be displayed allowing the user to cancel before the timeout
FORMAT
SystemReboot [TIMEOUT <n>] [SOFT] [CRITICAL <n>] [GUI]
TEMPLATE
"SOFT/S,TIMEOUT/K/N,CRITICAL/K/N,GUI/S"
FUNCTION
OPTIONS
SOFT/S Attempt a soft reset if set, other wise a full system reset wil be performed
TIMEOUT/K/N Wait for this number of seconds before rebooting
CRITICAL/K/N Set the time when applications are sent the quit message and the progress bar turns red to indicate the user has only a short time to abort the reboot.
GUI/S Open the GUI. When launched from the shell by default the countdown will be printed to the console, and can be interupted with a CTRL-C. Adding the GUI swich, will force the opening of the requester window instead. When started from Workbench the requester window always opens and this option is ignored.