Name
waitForContSizeToClose — Wait for a gump to close/lose focus.
Synopsis
call subs.txt waitForContSizeToClose { contsize } [ timeout ] [ return ]
Parameters
Table 39. waitForContSizeToClose parameters
| Name | Description |
|---|
| contsize | Container Size (XXX_YYY). |
| timeout | Timeout value (In .1 seconds) |
| return | Name of return value ('return' by default) |
Description
Wait for a gump to close/lose focus.
Returns
@%3 (#true or #false if timedout)