API DOCS
DOCS & TUTORIALS »
API DOCS »
xajax_js »
xajax_core_uncompressed.js »
xajax.tools.queue »
xajax.tools.queue.process
Classes & Functions
Files & Folders
Function: xajax.tools.queue.process
xajax.tools.queue.process = function(theQ) { }
Parameters:
theQ
(object) The queue object to process. This should have been crated by calling xajax.tools.queue.create .
Returns:
true - The queue was fully processed and is now empty.false - The queue processing was halted before thequeue was fully processed.Note:
- Use xajax.tools.queue.setWakeup or call this function tocause the queue processing to continue.- This will clear the associated timeout, this function is notdesigned to be reentrant.- When an exception is caught, do nothing; if the debug moduleis installed, it will catch the exception and handle it.
