You are here

abstract public function UltimateCronScheduler::isScheduled in Ultimate Cron 7.2

Check job schedule.

Parameters

UltimateCronJob $job: The job to check schedule for.

Return value

bool TRUE if job is scheduled to run.

1 method overrides UltimateCronScheduler::isScheduled()
UltimateCronCrontabScheduler::isScheduled in plugins/ultimate_cron/scheduler/crontab.class.php
Schedule handler.

File

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

Class

UltimateCronScheduler
Abstract class for Ultimate Cron schedulers.

Code

public abstract function isScheduled($job);