function hook_cron_post_schedule in Ultimate Cron 7.2
Invoked after a job has been asked for its schedule.
Parameters
UltimateCronJob $job: The job being queried.
1 function implements hook_cron_post_schedule()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- UltimateCronPlugin::hook_cron_post_schedule in ./
ultimate_cron.plugin.inc - Invoke hook_cron_post_schedule() on plugins.
1 invocation of hook_cron_post_schedule()
- UltimateCronJob::isScheduled in ./
ultimate_cron.job.inc - Check job schedule.
File
- ./
ultimate_cron.api.php, line 199 - Hooks provided by Ultimate Cron.
Code
function hook_cron_post_schedule($job) {
}