Readonly
attempts: numberNumber of times callback was attempted
Readonly
elapsed: numberTotal elapsed time since beginning of call to retry
Optional
Readonly
message?: stringMessage describing outcome.
If retry was aborted, message will be abort reason.
Readonly
success: booleanTrue if callback function was invoked once where it returned true
Readonly
value: V | undefinedValue returned by succeeding function, or undefined if it failed
Result of backoff