Adds a function to the queue. The function is passed within an object that
can have several other properties:
method : the method to be called. It will be provided a success and error function to call
callback : an optional callback to be called after the function is done
error : an error message if the command fails
timeout : the time until success should be called
bind : an object that will be 'this' of the success
stop :
Adds a function to the queue. The function is passed within an object that can have several other properties: method : the method to be called. It will be provided a success and error function to call callback : an optional callback to be called after the function is done error : an error message if the command fails timeout : the time until success should be called bind : an object that will be 'this' of the success stop :