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