Skip to main content

Action: $this->identifier . _process_unlocked

Action to note whether the background process managed to release its lock.

The lock is used to signify that a process is running a task and no other process should be allowed to run the same task until the lock is released.

Parameters

NameTypeDescription
$unlockedboolWhether the lock was released.
$chain_idstringCurrent background process chain ID.

Since

Source

Defined in includes/async/class-gf-background-process.php at line 755