Skip to content
Snippets Groups Projects
Commit 5ea00426 authored by jade's avatar jade
Browse files

Capitalization

parent f586c636
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ are not supported for use outside of core & could change without notice
## Queue Hooks
* **[hook_civicrm_queueActive](hook_civicrm_queueActive.md)** - Hook to inform background queue processor not to process items. called when a background process attempts to claim an item from the queue to process. A hook could alter the status from 'active' to denote that the server is busy & hence no item should be claimed and processed at this time.
* **[hook_civicrm_queueActive](hook_civicrm_queueActive.md)** - Hook to inform background queue processor not to process items. Called when a background process attempts to claim an item from the queue to process. A hook could alter the status from 'active' to denote that the server is busy & hence no item should be claimed and processed at this time.
* **[hook_civicrm_queueRun](hook_civicrm_queueRun.md)** - .
* **[hook_civicrm_queueStatus](hook_civicrm_queueStatus.md)** - # hook_civicrm_QueueStatus.
* **[hook_civicrm_queueTaskError](hook_civicrm_queueTaskError.md)** - allows for the modification of how a queue task Error is handled.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment