Exemplo n.º 1
0
 def reboot(self, tick):
     return HostControl.reboot(self, 'reboot', 10, tick)
Exemplo n.º 2
0
 def reboot(self, tick):
     return HostControl.reboot(self, 'system reboot ; beep', 10, tick)
Exemplo n.º 3
0
 def reboot(self, tick):
     """login and then transfer control to callback"""
     return HostControl.reboot(self, None, 10, tick, self.rebootCB)
Exemplo n.º 4
0
 def reboot(self, tick):
     """login and then transfer control to callback"""
     return HostControl.reboot(self, None, 10, tick, self.rebootCB)
Exemplo n.º 5
0
 def reboot(self, tick):
     return HostControl.reboot(self, 'reboot', 10, tick)
Exemplo n.º 6
0
 def reboot(self, tick):
     return HostControl.reboot(self, 'system reboot ; beep', 10, tick)