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