Description Usage Arguments Value
It is possible to specify a callback that is executed periodically while waiting for the jobs to finish. It receives single parameter: number of jobs that are still computing.
1 | simple_jobs_collect(on_waiting = NULL, on_waiting_interval = 5)
|
on_waiting |
Information callback. |
on_waiting_interval |
Minimal interval between on_waiting calls. |
Task results as list, indexed by task name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.