Returns whether the state of this jon is 'continuous_inactive'.
bool TRUE if the state is 'continuous_inactive', FALSE otherwise.
Overrides JobInterface::isContinuousInactive
public function isContinuousInactive() {
return $this
->isState(static::STATE_CONTINUOUS_INACTIVE);
}