waitUntil

fun waitUntil(condition: () -> Boolean): SequentialGroup

Wait until a condition has been fulfilled to run this command

Return

SequentialCommandGroup with a WaitUntilCommand -> this command

Parameters

condition

condition to allow the start of this command