def restart(): try: Kernel.Clear() Kernel.Prepare_For_shutdown() Boot.Boot() except AttributeError: Kernel.Crash("Second_Restart_Error", True)
def restart(): Kernel.Clear() Kernel.Prepare_For_shutdown() Start.Start()
def restart(): Kernel.Clear() Kernel.Prepare_For_shutdown() Boot.Boot()