Checks whether a job type is continuous.
bool TRUE if the job is continuous, FALSE otherwise.
Overrides JobInterface::isContinuous
public function isContinuous() { return $this ->getJobType() == static::TYPE_CONTINUOUS; }