Returns whether the state of this job is 'continuous'.
bool TRUE if the state is 'continuous', FALSE otherwise.
Overrides JobInterface::isContinuousActive
public function isContinuousActive() {
return $this
->isState(static::STATE_CONTINUOUS);
}