API DOCS

DOCS & TUTORIALS » API DOCS » xajax_js » xajax_core_uncompressed.js » xajax.tools.queue » xajax.tools.queue.retry

Function: xajax.tools.queue.retry


xajax.tools.queue.retry = function(obj, count) { }

Parameters:

obj
(object) The object to track the retry count for.

count
(integer) The number of times the operation should be attemptedbefore a failure is indicated.

Returns:

true - The object has not exhausted all the retries.false - The object has exhausted the retry count specified.
 



XAJAX on SourceForge.net
Support this project Valid XHTML 1.0 Transitional