ewoksjob.client.local.utils

Functions

cancel(task_id)

The current implementation does not allow cancelling running tasks

get_future(task_id)

rtype:

Optional[Future]

get_not_finished_futures()

Get all futures that are not finished

get_not_finished_task_ids()

Get all task ID's that are not finished

get_result(task_id, **kwargs)