LLMS_Abstract_Notification_Processor::complete()

Called when queue is emptied and action is complete


Return Return

(void)


Top ↑

Source Source

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

	protected function complete() {

		$this->log( sprintf( 'Processing for %s finished', $this->action ) );
		parent::complete();

	}


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.