Home | History | Annotate | Download | only in scheduler

Lines Matching defs:is_done

47     def is_done(self):
454 if agent.started and not agent.is_done())
718 while not agent.is_done():
725 task.is_done.expect_call().and_return(False)
742 task.is_done.expect_call().and_return(True)