BP_Background_Process::batch_limit_exceeded()
See if the batch limit has been exceeded.
Description
Return
(bool)
Source
File: bp-core/classes/class-bp-background-process.php
87 88 89 | protected function batch_limit_exceeded() { return $this ->time_exceeded() || $this ->memory_exceeded(); } |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.