WP_Background_Process::complete()
Complete.
Description Description
Override if applicable, but ensure that the below actions are performed, or, call parent::complete().
Source Source
File: includes/libraries/wp-background-process.php
protected function complete() { // Unschedule the cron healthcheck. $this->clear_scheduled_event(); }