WAIT UNTIL expression
The WAIT UNTIL
command allows you to suspend the execution of a thread until
the indicated condition becomes TRUE
. In other words, the expression is
evaluated and, if FALSE
, the execution will be suspended to send another
scheduled thread to execute. If it becomes TRUE
, the execution of this thread
will continue.
WAIT UNTIL x < 0
WtUn
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!