SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-116
WAIT
expression-seconds
specifies an integer expression that indicates the number of seconds to suspend
the interpreter.
REFRESH
indicates that all windows on the current page are automatically updated in real
time during the wait interval.
Considerations
Pressing the BREAK key terminates the WAIT period and the compilation
sequence.
WAIT 0, REFRESH refreshes the screen immediately if cache is out of sync with
the current state of any window on the current terminal page. This provides a
simple way from within a script to have SeeView automatically and instantaneously
update all windows on the current page.
WAIT 5, REFRESH automatically refreshes all the windows on the current page
and then suspends execution of the SeeView interpreter for five seconds. If you
want to refresh all windows on the current page but not wait, use WAIT 0,
REFRESH.
Example
The MonitorPages procedure in this example shows the WAIT statement.