Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/t/e/testfarm-2.0/testfarm/v1/task.py testfarm(Download)
def stop_execution_gently(self, listeners = []): # TODO : Refactor, only for ServerListener "Asks listeners to stop the task execution gently if the execution was aborted by user" listener = MultiListener(listeners) listener.listen_end_task_gently(self.name)