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
Line 1: Line 1:
does a clean system shutdown. use this to halt without triggering failsafe.
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.

Revision as of 04:53, 24 September 2024

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


usage:

minux.halt()


output:

properly shuts down the system.