WP_Background_Process::complete()
Complete.
Override if applicable, but ensure that the below actions are performed, or, call parent::complete().
Method of the class: WP_Background_Process{}
No Hooks.
Return
null
. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->complete();
WP_Background_Process::complete() WP Background Process::complete code WC 9.5.1
protected function complete() { // Unschedule the cron healthcheck. $this->clear_scheduled_event(); }