Api/minux.restart(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "'''minux.restart()''' does a clean system restart. use this to reboot without triggering failsafe.")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''minux.restart()'''
[[Api/minux|minux api]] used to restart a system in stead of shutting down.
 
 
'''usage:'''
 
minux.restart()
 
 
'''output:'''


does a clean system restart. use this to reboot without triggering failsafe.
does a clean system restart. use this to reboot without triggering failsafe.

Latest revision as of 05:04, 24 September 2024

minux api used to restart a system in stead of shutting down.


usage:

minux.restart()


output:

does a clean system restart. use this to reboot without triggering failsafe.