Exemplo n.º 1
0
 def start(self):
     self.state = "starting"
     subprocess_caller.start(self)
     log("start() %s subprocess(%s)=%s", self.description, self.command, self.process.pid)
     self.timeout_add(SOUND_START_TIMEOUT, self.verify_started)
Exemplo n.º 2
0
 def start(self):
     self.state = "starting"
     subprocess_caller.start(self)
     log("start() %s subprocess(%s)=%s", self.description, self.command, self.process.pid)
     self.timeout_add(SOUND_START_TIMEOUT, self.verify_started)
Exemplo n.º 3
0
 def start(self):
     subprocess_caller.start(self)
     gobject.timeout_add(2500, self.verify_started)