You are here

public function CronJobInterface::getProgress in Ultimate Cron 8.2

Get job progress.

Return value

float The progress of this job.

1 method overrides CronJobInterface::getProgress()
CronJob::getProgress in src/Entity/CronJob.php
Get job progress.

File

src/CronJobInterface.php, line 313

Class

CronJobInterface

Namespace

Drupal\ultimate_cron

Code

public function getProgress();