| getJobs {BatchJobs} | R Documentation |
Get jobs from registry by id.
Description
Get jobs from registry by id.
Usage
getJobs(reg, ids, check.ids = TRUE)
Arguments
reg |
[Registry]
Registry.
|
ids |
[integer]
Ids of jobs.
Default is all jobs.
|
check.ids |
[logical(1)]
Check the job ids?
Default is TRUE.
|
Value
[list of Job].
[Package
BatchJobs version 1.6
Index]