You are here

function hook_post_launch in Ultimate Cron 8.2

Invoked after a job has been launched.

Parameters

CronJob $job: The job that was launched.

File

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

Code

function hook_post_launch($job) {
}