IParallelAwareJob
in
Tags
Table of Contents
Methods
- getAllowParallelRuns() : bool
- setAllowParallelRuns() : void
- Set this to false to prevent two Jobs from the same class from running in parallel
Methods
getAllowParallelRuns()
public
getAllowParallelRuns() : bool
Tags
Return values
boolsetAllowParallelRuns()
Set this to false to prevent two Jobs from the same class from running in parallel
public
setAllowParallelRuns(bool $allow) : void
Parameters
- $allow : bool