until
The
until keyword specifies an absolute
time.
Purpose
This keyword is used in the wait statement
to specify an absolute time period.
Context
Rule conditions
Syntax
(1) wait [[until] expression] {condition};
(2) wait logical [[until] expression] [{condition}];
(3) ?variable
: wait [logical] [until] expression {condition}
...
then ...
timeout ?variable {action}
Description
Deprecated as of V7.5.
Use
the wait keyword to test whether conditions become
valid or remain true during a specified waiting period. The until keyword
indicates that the expression specifies an absolute time by which
the wait statement must succeed. If you do not use
the until keyword, the expression specifies a relative
time, that is, a specific duration as the waiting period. The expression
must return an integer value.