You are here

public function LauncherInterface::formatUnfinished in Ultimate Cron 8.2

Format unfinished state.

Parameters

\Drupal\ultimate_cron\CronJobInterface $job: The running job to format.

1 method overrides LauncherInterface::formatUnfinished()
LauncherBase::formatUnfinished in src/Launcher/LauncherBase.php
Format unfinished state.

File

src/Launcher/LauncherInterface.php, line 106

Class

LauncherInterface
Defines a launcher method.

Namespace

Drupal\ultimate_cron\Launcher

Code

public function formatUnfinished(CronJobInterface $job);