claimJob | R Documentation |
If the given job is still unclaimed, enter it into the specified queue. Subsequent attempts to claim the job will fail. This operation is atomic; i.e. if there are multiple instances of processServer(), only one process will succeed in claiming the job.
claimJob(j, N)
j |
the job (an integer of class "Twig") |
N |
integer queue number in the range 1..8 |
TRUE if the job has been claimed, FALSE otherwise.
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.