WP_Background_Process::unlock_process()
Unlock process
Description Description
Unlock the process so that other instances can spawn.
Return Return
($this)
Source Source
File: includes/libraries/wp-background-process.php
protected function unlock_process() {
delete_site_transient( $this->identifier . '_process_lock' );
return $this;
}