WC_Background_Process::batch_limit_exceeded()
See if the batch limit has been exceeded.
Description Description
Return Return
(bool)
Source Source
File: includes/abstracts/class-wc-background-process.php
protected function batch_limit_exceeded() { return $this->time_exceeded() || $this->memory_exceeded(); }