This interface is used to describe parameters passed to functions which periodically check for a certain
condition to be met until a timeout is reached (primarily wait and eventually).
It allows to set a reverse flag which, if set to true, will check for the condition NOT to be met instead.
This interface is used to describe parameters passed to functions which periodically check for a certain condition to be met until a timeout is reached (primarily
wait
andeventually
).It allows to set a reverse flag which, if set to true, will check for the condition NOT to be met instead.