SourcePoint AMD Help

Table of Contents

windowrefresh

Control timed refresh of windows.

Syntax

windowrefresh([time])

Where:

time

is an ord4 value specifying a refresh interval in seconds.

Discussion

Use the windowrefresh command to control automatic refresh of all windows in SourcePoint. ย When windows are refreshed, processor state (e.g. memory, registers, etc) are re-read from the target.

If a time (refresh interval) is not specified, then the windows are refreshed once. A time of 0 disables automatic refresh.

Example 1

To refresh all windows once:

Command input:

windowrefresh()

Example 2

To enable automatic window refresh of all windows every 5 seconds:

Command input:

windowrefresh(5)

Example 3

To disable automatic window refresh:

Command input:

windowrefresh(0)