EmptyScreenDelay Property

Top  Previous  Next

Sets/gets the additional wait time to bypass empty host screens. This time is measured in milliseconds.

 

VB.NET Syntax

 

tnxxxx.EmptyScreenDelay [= Integer]

 

C# Syntax

 

tnxxxx.EmptyScreenDelay [= int];

 

 

Remarks

 

When you make a call to the Wait method, if an empty screen arrives from the host and the system is in an unlocked state, an internal WaitForNewScreen is made with a timeout taken from this property value. It allows to bypass intermediate empty screens without additional programming effort.

Applies only to the Wait method and other methods that call a Wait internally like Connect and Type methods.

 

Default value is 0.

 

See also Connect, Type and Wait methods.