You are here

public function LauncherInterface::getProgress in Ultimate Cron 8.2

Default implementation of getProgress().

Parameters

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

Return value

float Progress for the job.

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

File

src/Launcher/LauncherInterface.php, line 143

Class

LauncherInterface
Defines a launcher method.

Namespace

Drupal\ultimate_cron\Launcher

Code

public function getProgress(CronJobInterface $job);