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] "f62d027468b7c3b90ca33bc33867cb0b" "f0f7a61d63f57c74d0203acc842bcc68"
#> [3] "049e057d94bb66224d205764fb404c0b"