You are here

public function LauncherInterface::formatRunning in Ultimate Cron 8.2

Format running state.

Parameters

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

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

File

src/Launcher/LauncherInterface.php, line 98

Class

LauncherInterface
Defines a launcher method.

Namespace

Drupal\ultimate_cron\Launcher

Code

public function formatRunning(CronJobInterface $job);