ic-reactor
Example
GitHub
Preparing search index...
react
utils
agent
strategy
conditionalDelay
Function conditionalDelay
conditionalDelay
(
condition
:
utils
.
agent
.
strategy
.
Predicate
<
boolean
>
,
timeInMsec
:
number
,
)
:
utils
.
agent
.
PollStrategy
Delay the polling once.
Parameters
condition
:
utils
.
agent
.
strategy
.
Predicate
<
boolean
>
A predicate that indicates when to delay.
timeInMsec
:
number
The amount of time to delay.
Returns
utils
.
agent
.
PollStrategy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Example
GitHub
ic-reactor
Loading...
Delay the polling once.