system
System related tasks
system
system.init() | Initialize the module. |
system.reboot(reason) | Instruct the ReadyAgent to reboot the system, with an optional reason passed as a string. |
system
system.init()
nil
followed by an error message otherwise.
system.reboot(reason)
reason
:
the (logged) reason why the reboot is requested
nil
followed by an error message otherwise.