You are here

abstract public function UltimateCronScheduler::isBehind in Ultimate Cron 7.2

Check if job is behind schedule.

Parameters

UltimateCronJob $job: The job to check schedule for.

Return value

bool TRUE if job is behind its schedule.

1 method overrides UltimateCronScheduler::isBehind()
UltimateCronCrontabScheduler::isBehind in plugins/ultimate_cron/scheduler/crontab.class.php
Determine if job is behind schedule.

File

./ultimate_cron.plugin.inc, line 863
Plugin framework for Ultimate Cron.

Class

UltimateCronScheduler
Abstract class for Ultimate Cron schedulers.

Code

public abstract function isBehind($job);