resetJobs.JobBatch: Resets Jobs in the job batch

Description Usage Arguments Value Author(s) See Also Examples

Description

Resets Jobs in the job batch by unlocking each job and moving it back to the todo directory.

Usage

1
2
## S3 method for class 'JobBatch'
resetJobs(this, jobs=NULL, ...)

Arguments

jobs

A list of Jobs or a single Job to be reset.

...

Not used.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see JobBatch.

Examples

1
2
3
4
5
## Not run: 
   # Resets all jobs in job batch!
   resetJobs(batch, findJobs(batch))
 
## End(Not run)

R.batch documentation built on May 2, 2019, 4:58 p.m.