WaitForConnect |
Top Previous Next |
The WaitForConnect method waits until the Telnet connection is successfully opened.
Syntax
[boolean] = Display.WaitForConnect([timeout])
Remarks
The timeout parameter is optional and is measured in milliseconds. This method returns 'True' if the wait is successful and 'False' if the timeout period expires.
If you specify a value in the timeout parameter, the value of the WaitTimeout property will not have any effect. |