View source: R/job_tracking_functions.R
update_tracked_job_status | R Documentation |
Update job status in tracking SQLite database
update_tracked_job_status(
sqlite_db = NULL,
job_id = NULL,
status,
cascade = FALSE,
exclude = NULL
)
sqlite_db |
Character string specifying the SQLite database used for job tracking |
job_id |
Character string specifying the job id to update as failed |
status |
Character string specifying the job status to set. Must be one of: "QUEUED", "STARTED", "FAILED", "COMPLETED", "FAILED_BY_EXT" |
exclude |
Any job ids to ignore when cascading a status |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.