Waits until a host screen update has been performed
ret = WaitForHostUpdate (timeout)
ret |
Integer, output |
|
0 = OK |
|
Non zero = Timed Out |
|
|
timeout |
Integer, input |
|
The number of seconds to wait before indicating a time out condition. |
This is a PASSPORT command.
Example
Sub ZMain()
WaitForHostUpdate 10
End Sub