You are here

public function LauncherInterface::finishProgress in Ultimate Cron 8.2

Default implementation of finishProgress().

Parameters

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

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

File

src/Launcher/LauncherInterface.php, line 132

Class

LauncherInterface
Defines a launcher method.

Namespace

Drupal\ultimate_cron\Launcher

Code

public function finishProgress(CronJobInterface $job);