CRM_Queue_Page_AJAX
in package
Class CRM_Queue_Page_AJAX
Table of Contents
Methods
- _return() : mixed
- Performing any view-layer filtering on result and send to client.
- onEnd() : mixed
- Run the next task and return status information.
- runNext() : mixed
- Run the next task and return status information.
- skipNext() : mixed
- Run the next task and return status information.
Methods
_return()
Performing any view-layer filtering on result and send to client.
public
static _return(string $op, array<string|int, mixed> $result) : mixed
Parameters
- $op : string
- $result : array<string|int, mixed>
onEnd()
Run the next task and return status information.
public
static onEnd() : mixed
Outputs JSON: array( is_error => bool, is_continue => bool, numberOfItems => int, exception => htmlString )
runNext()
Run the next task and return status information.
public
static runNext() : mixed
Outputs JSON: array( is_error => bool, is_continue => bool, numberOfItems => int, exception => htmlString )
skipNext()
Run the next task and return status information.
public
static skipNext() : mixed
Outputs JSON: array( is_error => bool, is_continue => bool, numberOfItems => int, exception => htmlString )