unlock.Job: Unlocks the job

Description Usage Arguments Value Author(s) See Also

Description

Unlocks the job.

This method is called by various methods. All methods that locks a job will also unlock it. If a Job object is delete, it will also be unlocked when deallocated (by the garbage collector), if locked.

Usage

1
2
## S3 method for class 'Job'
unlock(this, ...)

Arguments

...

Not used.

Value

Returns TRUE if job is unlocked afterwards, otherwise FALSE. If job does not exist, an exception is thrown.

Author(s)

Henrik Bengtsson

See Also

*isLocked() and *lock(). For more information see Job.


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