@jiminp/tooltool
GitHub
Preparing search index...
function
DelayFunctionWithForfeit
Type Alias DelayFunctionWithForfeit
DelayFunctionWithForfeit
:
(
info
:
Readonly
<
RetryInfo
>
)
=>
Promise
<
boolean
>
Delay function, which shall return
false
if the retry should be forfeited.
Type Declaration
(
info
:
Readonly
<
RetryInfo
>
)
:
Promise
<
boolean
>
Parameters
info
:
Readonly
<
RetryInfo
>
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@jiminp/tooltool
Loading...
Delay function, which shall return
falseif the retry should be forfeited.