Api/minux.halt(): Difference between revisions

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


'''usage:'''
'''usage:'''
minux.halt()
minux.halt()


'''output:'''
'''output:'''
properly shuts down the system.
properly shuts down the system.

Latest revision as of 05:04, 24 September 2024

minux api that does a clean system shutdown. use this to halt without triggering failsafe.


usage:

minux.halt()


output:

properly shuts down the system.