List all tasks. This may be a lot of tasks, and so can be quite slow to execute.
Arguments
- controller
The controller to use. If not given (or
NULL
) we'll use the controller registered withrrq_default_controller_set()
.
Examples
obj <- rrq_controller("rrq:example")
rrq_task_list(controller = obj)
#> [1] "f6872c759874c3ce8a3fc17089d90acb" "df043a0e3353eec926f7319955047941"
#> [3] "7b32ccbba9aa921bd792dc29cdb0586c"