WaitForNewScreen

Top  Previous  Next

This method waits until a new Screen arrives within the specified period of time. It is similar to WaitForScreen method except that it always waits for a new Screen arrival.        

This method returns True if the wait was successful and False if the Timeout period has expired.

 

VB.NET

         

[Boolean =] Screen.WaitForNewScreen([TimeOut] As Integer)        

 

C#

 

[bool =] Screen.WaitForNewScreen(int [TimeOut]);

 

 

Parameters

 

Parameters

Description

TimeOut

Optional parameter measured in milliseconds.