WP_Background_Process::complete()

Complete.


Description

Override if applicable, but ensure that the below actions are performed, or, call parent::complete().


Source

File: classes/library/batch-processing/wp-background-process.php

		protected function complete() {
			// Unschedule the cron healthcheck.
			$this->clear_scheduled_event();
		}


User Contributed Notes

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