示例#1
0
 def stop(self):
     logging.info("Sched HTTP Service Terminated")
     Daemon.stop(self)
示例#2
0
 def start(self):
     logging.info("Sched HTTP Service Started")
     Daemon.start(self)