View Source Runlet.Ctrl.Halt (runlet v1.2.1)

Shutdown the system

Link to this section Summary

Functions

Requests the system to shut down.

Requests the system to shut down after the specified number of seconds

Link to this section 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