public function UltimateCronBackgroundProcessLegacyLauncher::finishProgress in Ultimate Cron 7.2
Background process version of finishProgress().
Parameters
UltimateCronJob $job: Job to finish progress for.
Overrides UltimateCronLauncher::finishProgress
File
- plugins/
ultimate_cron/ launcher/ background_process_legacy.class.php, line 613 - Background Process 1.x launcher for Ultimate Cron.
Class
- UltimateCronBackgroundProcessLegacyLauncher
- Ultimate Cron launcher plugin class.
Code
public function finishProgress($job) {
// Progress is finished by Background Process.
}