getJob: Get job from registry by id.

View source: R/getJob.R

getJobR 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].


BatchJobs documentation built on March 21, 2022, 5:05 p.m.

Related to getJob in BatchJobs...