WaitForHostUpdate

Description

Waits until a host screen update has been performed

Syntax

ret = WaitForHostUpdate (timeout)

Parameters

ret

Integer, output

 

0 = OK

 

Non zero = Timed Out

 

 

timeout

Integer, input

 

The number of seconds to wait before indicating a time out condition.

Remarks

This is a PASSPORT command.

Example

Sub ZMain()
WaitForHostUpdate 10
End Sub