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
| Name | Type | Description |
|---|---|---|
| $unlocked | bool | Whether the lock was released. |
| $chain_id | string | Current background process chain ID. |
Since
Source
Defined in includes/async/class-gf-background-process.php at line 755