Click or drag to resize

IWaitForScreenChange Method

Waits for the screen to change.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.5.532.0 (1.5.532.0)
Syntax
bool ForScreenChange()

Return Value

Type: Boolean
True if the screen changed, false if the screen did not change within the timeout period.
Remarks
Waits for the host screen to change. This method returns when a screen update is detected. It makes no guarantees about the number of subsequent updates that may arrive before the screen is complete. Waiting repeatedly until the screen contents match some known stopping criteria is advisable.
See Also