R/task.R
task_get.Rd
Get tasks by status
task_get(project, status = c("failed"), limit = 10, con = NULL)
project name
status to reset (e.g. working, failed, or all), all tasks if status = all
number of rows to return
connection to database
A data frame of tasks