waitForJobs | R Documentation |
This function simply waits until all jobs are terminated.
waitForJobs(
ids = NULL,
sleep = NULL,
timeout = 604800,
expire.after = NULL,
stop.on.error = FALSE,
stop.on.expire = FALSE,
reg = getDefaultRegistry()
)
ids |
[ |
sleep |
[ |
timeout |
[ |
expire.after |
[ |
stop.on.error |
[ |
stop.on.expire |
[ |
reg |
[ |
[logical(1)
]. Returns TRUE
if all jobs terminated
successfully and FALSE
if either the timeout is reached or at least
one job terminated with an exception or expired.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.