Action
Connects to the hosts in the current configuration.
Syntax
C#
screen.Connect([screenUpdateWaitCount, timeout])
VB
screen.Connect([screenUpdateWaitCount, timeout])
Variable |
Description |
screenUpdateWaitCount |
Optional: The number of screen updates that need to be awaited until the first stable screen is ready for further interaction. Defaults
to 1. If screenUpdateWaitCount is zero, no synchronization is done and the parameter timeout is ignored. Integer.
|
timeout |
Optional: The timeout in milliseconds. Defaults to 30000ms. If timeout is exceeded, an exception is thrown. Integer.
|