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). The checks are performed in the defined interval.
wait
eventually
An interval in milliseconds.
A timeout in milliseconds.
Generated using TypeDoc
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
). The checks are performed in the defined interval.