View Source Runlet.Ctrl.Halt (runlet v1.2.5)
Shutdown the system
Summary
Functions
Requests the system to shut down.
Requests the system to shut down after the specified number of seconds
Functions
@spec exec(Runlet.t()) :: Enumerable.t()
Requests the system to shut down.
@spec exec(Runlet.t(), non_neg_integer()) :: Enumerable.t()
Requests the system to shut down after the specified number of seconds:
halt 10