Function __global->execute_task_background
Definitions
sources/tasks.php
- Execute a background task.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $task_row | array | No | No | required parameter | N/A | N/A | The task row |
Preview
Code (PHP)
/**
* Execute a background task.
*
* @param array $task_row The task row
*/
function execute_task_background(array $task_row)
* Execute a background task.
*
* @param array $task_row The task row
*/
function execute_task_background(array $task_row)

