Last error or value of promise rejection.
Whether the last call of the action function is ended with error.
Contains result of each call of the action function.
Settings that were passed to retry function.
Time in milliseconds when retry function was called.
Function that can be used to stop the process of calls repeating. Returns value of promise field.
A boolean value that indicates whether the process of calls repeating is stopped.
A value of last successfull call of the action function. When the action function returns a promise, the value will be result of the promise fulfillment.
A boolean value that indicates whether the action function is producing a result.
Useful only when the action function returns a promise. Is set to true when the promise is pending.
A boolean value that indicates waiting of the next call of the action function.
Is set to true during a timeout between calls.
Generated using TypeDoc
Number of calls of the action function that have already made.