LLMS_Abstract_Notification_Processor::is_processing()

Returns true if the processor is running


Return Return

(boolean)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.notification.processor.php

	public function is_processing() {
		return ( false === $this->is_queue_empty() );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.