Example #1
0
 def stop(self, wait=True):
     if self.worker:
         self.worker.should_stop.set()
     AbstractBuildRunner.stop(self, wait=wait)
Example #2
0
 def stop(self, wait=True):
     if self.worker:
         self.worker.should_stop.set()
     AbstractBuildRunner.stop(self, wait=wait)