You are here

function hook_post_schedule in Ultimate Cron 8.2

Invoked after a job has been asked for its schedule.

Parameters

CronJob $job: The job being queried.

File

./ultimate_cron.api.php, line 204
Hooks provided by Ultimate Cron.

Code

function hook_post_schedule($job) {
}