killJobs | R Documentation |
Kill jobs which are currently running on the batch system.
In case of an error when killing, the function tries - after a short sleep - to kill the remaining batch jobs again. If this fails three times for some jobs, the function gives up. Jobs that could be successfully killed are reset in the Registry.
killJobs(ids = NULL, reg = getDefaultRegistry())
ids |
[ |
reg |
[ |
[data.table
] with columns “job.id”, the corresponding “batch.id” and
the logical flag “killed” indicating success.
Other debug:
getErrorMessages()
,
getStatus()
,
grepLogs()
,
resetJobs()
,
showLog()
,
testJob()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.