WC_Background_Process::batch_limit_exceeded()

See if the batch limit has been exceeded.


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/abstracts/class-wc-background-process.php

	protected function batch_limit_exceeded() {
		return $this->time_exceeded() || $this->memory_exceeded();
	}


Top ↑

User Contributed Notes User Contributed Notes

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