You are here

public function LauncherInterface::setProgress in Ultimate Cron 8.2

Default implementation of setProgress().

Parameters

\Drupal\ultimate_cron\CronJobInterface $job: Job to set progress for.

float $progress: Progress (0-1).

1 method overrides LauncherInterface::setProgress()
LauncherBase::setProgress in src/Launcher/LauncherBase.php
Default implementation of setProgress().

File

src/Launcher/LauncherInterface.php, line 164

Class

LauncherInterface
Defines a launcher method.

Namespace

Drupal\ultimate_cron\Launcher

Code

public function setProgress(CronJobInterface $job, $progress);