Ejemplo n.º 1
0
def restart():
    try:
        Kernel.Clear()
        Kernel.Prepare_For_shutdown()
        Boot.Boot()

    except AttributeError:
        Kernel.Crash("Second_Restart_Error", True)
Ejemplo n.º 2
0
def restart():
    Kernel.Clear()
    Kernel.Prepare_For_shutdown()
    Start.Start()
Ejemplo n.º 3
0
def restart():
    Kernel.Clear()
    Kernel.Prepare_For_shutdown()
    Boot.Boot()