WaitTimeout Property (Read/Write)

Top  Previous  Next

Sets/gets the default timeout value in milliseconds for all the wait methods.

 

Visual Basic Syntax

 

TNBXSync.WaitTimeout [= Integer]

 

Delphi Syntax

 

TNBXSync.WaitTimeout [:= Integer];

 

 

Remarks

 

You can assign any value, there isn't a limit of maximum value.

 

Default value is 60000 milliseconds (equivalent to 1 minute).

 

See also Wait, WaitFor, WaitForConnect, WaitForDisconnect, WaitForNewScreen, WaitForNewUnlock, WaitForScreen and WaitForUnlock methods.