You are here

protected property BaseUpdateRunner::$isRunByCron in Scheduled Updates 8

If the runner is currently run by cron.

Type: bool

File

src/Plugin/BaseUpdateRunner.php, line 80
Contains \Drupal\scheduled_updates\Plugin\BaseUpdateRunner.

Class

BaseUpdateRunner

Namespace

Drupal\scheduled_updates\Plugin

Code

protected $isRunByCron = FALSE;