LLMS_Abstract_Notification_Processor::is_processing()
Returns true if the processor is running
Contents
Return Return
(boolean)
Source Source
File: includes/abstracts/llms.abstract.notification.processor.php
public function is_processing() { return ( false === $this->is_queue_empty() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |