Astra_WP_Background_Process::unlock_process()
Unlock process
Description
Unlock the process so that other instances can spawn.
Return
($this)
Source
File: inc/lib/batch-processing/class-astra-wp-background-process.php
protected function unlock_process() { delete_site_transient( $this->identifier . '_process_lock' ); return $this; }
Expand full source code Collapse full source code View on Trac