WAIT WHILE expression
The WAIT WHILE
command allows you to suspend the execution of a thread until
the indicated condition becomes FALSE
. In other words, the expression is
evaluated and, if TRUE
, the execution will be suspended to send another
scheduled thread to execute. If it becomes FALSE
, the execution of this thread
will continue.
WAIT WHILE NOT done
WtWh
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!