Readonly
attemptsNumber of times callback was attempted
Readonly
elapsedTotal elapsed time since beginning of call to retry
Optional
Readonly
messageMessage describing outcome.
If retry was aborted, message will be abort reason.
Readonly
successTrue if callback function was invoked once where it returned true
Readonly
valueValue returned by succeeding function, or undefined if it failed
Result of backoff