System.restart
You're seeing just the function
restart
, go back to System module for more information.
Specs
restart() :: :ok
Restarts all applications in the Erlang runtime system.
All applications are taken down smoothly, all code is unloaded, and all ports are closed before the system starts all applications once again.
Examples
System.restart()