Search
Preparing search index...
The search index is not available
ternoa-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
ternoa-js
miscModule
ConditionalVariable
Class ConditionalVariable
Hierarchy
ConditionalVariable
Index
Constructors
constructor
Properties
done
max
Wait
Time
sleep
Interval
Methods
clear
is
Done
notify
wait
Constructors
constructor
new
Conditional
Variable
(
sleepInterval
?:
number
, maxWaitTime
?:
number
)
:
miscModule
.
ConditionalVariable
Parameters
sleepInterval:
number
= 500
Optional
maxWaitTime:
number
Returns
miscModule
.
ConditionalVariable
Properties
done
done
:
boolean
Optional
max
Wait
Time
max
Wait
Time
?:
number
sleep
Interval
sleep
Interval
:
number
Methods
clear
clear
(
)
:
void
Returns
void
is
Done
is
Done
(
)
:
boolean
Returns
boolean
notify
notify
(
)
:
void
Returns
void
wait
wait
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
Exports
Blockchain
Events
Nft
account
Module
balance
Module
misc
Module
Conditional
Variable
constructor
done
max
Wait
Time
sleep
Interval
clear
is
Done
notify
wait
Generated using
TypeDoc