WaitForUpdate TopRow, LeftCol, BottomRow,
RightCol, RegionType, Relative, "Timeout"
Waits for the host to update the specified region on the terminal screen before the timeout expires.
TopRow | Argument type: Integer |
The top row of the updated region. The
minimum value is 1 (row 1 is the first row). The maximum
value varies according to the number of rows supported by the
terminal screen the Design Tool is emulating. You can also
specify Any Column or Any Row (which shows us as
-1 in a trace). |
|
LeftCol | Argument type: Integer |
The left column of the updated
region. The minimum value is 1 (column 1 is the first
column). The maximum value varies according to the number of
rows supported by the terminal screen the Design Tool is
emulating. You can also specify Any Column or Any Row (which
shows us as -1 in a trace). |
|
BottomRow | Argument type: Integer |
The bottom row of the updated
region. You can specify Any Column or Any Row (which shows us
as -1 in a trace). |
|
RightCol | Argument type: Integer |
The right column of the updated
region. You can specify Any Column or Any Row (which shows us
as -1 in a trace). |
|
RegionType | Specifies what mode to use for the region selected on the terminal screen. Select either the Linear or Rectangular position. The default is Rectangular. |
Relative | Argument type: Enumeration |
Select whether or not to make this region relative to the cursor's current location by selecting either Yes or No. The default is No. | |
Timeout | Argument type: String |
Specifies an interval of time in HH:MM:SS format that can terminate the wait. If this method times out, an error occurs. | |
![]() |
||
![]() |
Wait command |