You are here

function hook_post_invoke in Ultimate Cron 8.2

Invoked after a job has been invoked.

Parameters

CronJob $job: The job that was invoked.

File

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

Code

function hook_post_invoke($job) {
}