function hook_cron_pre_launch in Ultimate Cron 7.2
Invoked just before a job is launched.
Parameters
UltimateCronJob $job: The job being launched.
1 function implements hook_cron_pre_launch()
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_pre_launch in ./
ultimate_cron.plugin.inc - Invoke hook_cron_pre_launch() on plugins.
1 invocation of hook_cron_pre_launch()
- UltimateCronJob::launch in ./
ultimate_cron.job.inc - Launch job.
File
- ./
ultimate_cron.api.php, line 208 - Hooks provided by Ultimate Cron.
Code
function hook_cron_pre_launch($job) {
}