You are here

public function SchedulerInterface::isBehind in Ultimate Cron 8.2

Check if job is behind schedule.

Parameters

\Drupal\ultimate_cron\Entity\CronJob $job: The job to check schedule for.

Return value

bool|int FALSE if job is behind its schedule or number of seconds behind.

1 method overrides SchedulerInterface::isBehind()
SchedulerBase::isBehind in src/Plugin/ultimate_cron/Scheduler/SchedulerBase.php
Check if job is behind schedule.

File

src/Scheduler/SchedulerInterface.php, line 58

Class

SchedulerInterface
Defines a scheduler method.

Namespace

Drupal\ultimate_cron\Scheduler

Code

public function isBehind(CronJob $job);