runlet v1.0.0 Runlet.Ctrl.Halt

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

Link to this function

exec(env)

exec(Runlet.t()) :: Enumerable.t()

Requests the system to shut down.

Link to this function

exec(env, seconds)

exec(Runlet.t(), pos_integer()) :: Enumerable.t()

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

halt 10