Home | History | Annotate | Download | only in scheduler

Lines Matching refs:finished

16         agents finished = tasks done
17 agent polls till finished
37 finished(exit==0)
63 If the autoserv process has finished we call finished with true/false
66 - finished: sets the done and success values, then calls epilog. The
91 the task has finished and unregistering it from the dispatcher.Class hierarchy:
185 self.finished(success)
192 def finished(self, success):
227 logging.info("%s finished with success=%s", type(self).__name__,
344 self.finished(False)