The Hold_Until instruction is a special
kind of Watch instruction.
The method is put on hold until a specific condition is met (signal,
test or value) or the time-out is reached. Thereafter the remaining
instructions in the method are executed.
Instructions that share the same breakpoint as the Hold_Until instruction, but are
placed after it in the method, will be executed after the Hold_Until conditions have been
met.
|