Action: $this->identifier . _process_locked
Action to note whether the background process managed to create 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 |
|---|---|---|
| $locked | bool | Whether the lock was successfully created. |
| $microtime | string | Microtime string value used for the lock. |
| $lock_duration | int | Max number of seconds that the lock will live for. |
| $chain_id | string | Current background process chain ID. |
Since
Source
Defined in includes/async/class-gf-background-process.php at line 723