Functions
cancel(task_id)
cancel
The current implementation does not allow cancelling running tasks
get_future(task_id)
get_future
Optional[Future]
Optional
Future
get_not_finished()
get_not_finished
list
get_not_finished_futures()
get_not_finished_futures
List[Future]
List
get_result(task_id, **kwargs)
get_result
ewoksjob.client.local.tasks.execute_test_graph
ewoksjob.client.local.utils.cancel