Skip to contents

List all tasks. This may be a lot of tasks, and so can be quite slow to execute.

Usage

rrq_task_list(controller = NULL)

Arguments

controller

The controller to use. If not given (or NULL) we'll use the controller registered with rrq_default_controller_set().

Value

A character vector

Examples


obj <- rrq_controller("rrq:example")

rrq_task_list(controller = obj)
#> [1] "f6872c759874c3ce8a3fc17089d90acb" "df043a0e3353eec926f7319955047941"
#> [3] "7b32ccbba9aa921bd792dc29cdb0586c"