It may be useful for the TasksApplication class to provide a get_task(self, task_id) method, which returns a task with the given ID if it is available. Currently there is only a _get_task_factory private method. If the task is not yet available, but there is a factory for it it could be created.
It may be useful for the
TasksApplication
class to provide aget_task(self, task_id)
method, which returns a task with the given ID if it is available. Currently there is only a_get_task_factory
private method. If the task is not yet available, but there is a factory for it it could be created.