rrq_task_delete: Delete tasks

View source: R/rrq_task.R

rrq_task_deleteR Documentation

Delete tasks

Description

Delete one or more tasks

Usage

rrq_task_delete(task_ids, check = TRUE, controller = NULL)

Arguments

task_ids

Vector of task ids to delete

check

Logical indicating if we should check that the tasks are not running. Deleting running tasks is unlikely to result in desirable behaviour.

controller

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

Value

Nothing, called for side effects only


mrc-ide/rrq documentation built on April 25, 2024, 11:59 p.m.