moveJobTo.JobBatch: Moves the job to another directory

Description Usage Arguments Details Value Author(s) See Also

Description

Moves the job to another directory.

Usage

1
2
3
## S3 method for class 'JobBatch'
moveJobTo(this, job, dest=c("todo", "running", "finished", "failed",
  "interrupted", "erroneous"), ...)

Arguments

dest

A character string specifying the destination directory of the job.

...

Not used.

Details

If job does not exist, is locked or destination does not exists, an exception is thrown.

Value

Returns a TRUE if successful, otherwise FALSE.

Author(s)

Henrik Bengtsson

See Also

For more information see JobBatch.


HenrikBengtsson/R.batch documentation built on May 6, 2019, 11:52 p.m.