Home  Contents

os.reboot

OS Core4 Lua Commands

SYNOPSIS

os.reboot("toober")

DESCRIPTION

Restarts the system. On Core4, this means a hard reset, as the system is designed to always expect a power loss anyway.

NOTES

The call takes the argument "toober", which is reboot written backwards. This is in order to avoid calling this function accidentally.