docs
4.12
customSourceSet
docs
/
net.corda.testing.node.internal
/
InternalDriverDSL
/
pollUntilTrue
poll
Until
True
open
fun
pollUntilTrue
(
pollName
:
String
,
pollInterval
:
Duration
=
DEFAULT_POLL_INTERVAL
,
warnCount
:
Int
=
DEFAULT_WARN_COUNT
,
check
:
(
)
->
Boolean
)
:
<Error class: unknown class>
<
Unit
>
Polls the given function until it returns true.
See also
Internal
Driver
DSL.
poll
Until
Non
Null