CRM_Queue_Task
class CRM_Queue_Task
A task is an item that can be enqueued and later executed
Constants
TASK_SUCCESS |
Task was performed successfully. |
TASK_FAIL |
Task failed and should not be retried. |
Properties
mixed, | $callback | ||
array, | $arguments | ||
string, | $title |
Methods
__construct(mixed $callback, array $arguments, string $title = NULL)
No description
bool,
run(array $taskCtx)
Perform the task.
Details
at line 67
__construct(mixed $callback, array $arguments, string $title = NULL)
at line 83
bool,
run(array $taskCtx)
Perform the task.