WC_Background_Updater::is_updating()
Is the updater running?
Description Description
Return Return
(boolean)
Source Source
File: includes/class-wc-background-updater.php
public function is_updating() {
return false === $this->is_queue_empty();
}
Is the updater running?
(boolean)
File: includes/class-wc-background-updater.php
public function is_updating() {
return false === $this->is_queue_empty();
}