class CRM_Queue_Page_AJAX

Class CRM_Queue_Page_AJAX

Methods

static 
runNext()

Run the next task and return status information.

static 
skipNext()

Run the next task and return status information.

static 
onEnd()

Run the next task and return status information.

static 
_return(string $op, array $result)

Performing any view-layer filtering on result and send to client.

Details

at line 43
static runNext()

Run the next task and return status information.

Outputs JSON: array( is_error => bool, is_continue => bool, numberOfItems => int, exception => htmlString )

at line 67
static skipNext()

Run the next task and return status information.

Outputs JSON: array( is_error => bool, is_continue => bool, numberOfItems => int, exception => htmlString )

at line 91
static onEnd()

Run the next task and return status information.

Outputs JSON: array( is_error => bool, is_continue => bool, numberOfItems => int, exception => htmlString )

at line 111
static _return(string $op, array $result)

Performing any view-layer filtering on result and send to client.

Parameters

string $op
array $result