You are here

abstract public function UltimateCronLauncher::launch in Ultimate Cron 7.2

Launch job.

Parameters

UltimateCronJob $job: The job to launch.

Return value

bool TRUE on successful launch.

2 methods override UltimateCronLauncher::launch()
UltimateCronBackgroundProcessLegacyLauncher::launch in plugins/ultimate_cron/launcher/background_process_legacy.class.php
Background Process launch.
UltimateCronSerialLauncher::launch in plugins/ultimate_cron/launcher/serial.class.php
Launcher.

File

./ultimate_cron.plugin.inc, line 960
Plugin framework for Ultimate Cron.

Class

UltimateCronLauncher
Abstract class for Ultimate Cron launchers.

Code

public abstract function launch($job);