Retrieve task progress, if set. This will be NULL
if progress
has never been registered, otherwise whatever value was set - can
be an arbitrary R object.
Arguments
- task_id
A single task id for which the progress is wanted.
- controller
The controller to use. If not given (or
NULL
) we'll use the controller registered withrrq_default_controller_set()
.