pollUntilTrue

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