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