WC_Background_Updater::is_updating
Is the updater running?
Method of the class: WC_Background_Updater{}
No Hooks.
Returns
true|false.
Usage
$WC_Background_Updater = new WC_Background_Updater(); $WC_Background_Updater->is_updating();
WC_Background_Updater::is_updating() WC Background Updater::is updating code WC 10.8.1
public function is_updating() {
return false === $this->is_queue_empty();
}