You are here

public function CronJobInterface::formatProgress in Ultimate Cron 8.2

Format progress.

Parameters

float $progress: (optional) The progress to format. Uses the progress on the object if not specified.

Return value

string Formatted progress.

1 method overrides CronJobInterface::formatProgress()
CronJob::formatProgress in src/Entity/CronJob.php
Format progress.

File

src/CronJobInterface.php, line 333

Class

CronJobInterface

Namespace

Drupal\ultimate_cron

Code

public function formatProgress($progress = NULL);