You are here

public function UltimateCronBackgroundProcessLegacyLauncher::initializeProgress in Ultimate Cron 7.2

Background process version of initializeProgress().

Parameters

UltimateCronJob $job: Job to initialize progress for.

Overrides UltimateCronLauncher::initializeProgress

File

plugins/ultimate_cron/launcher/background_process_legacy.class.php, line 603
Background Process 1.x launcher for Ultimate Cron.

Class

UltimateCronBackgroundProcessLegacyLauncher
Ultimate Cron launcher plugin class.

Code

public function initializeProgress($job) {

  // Progress is initialized by Background Process.
}