IWait Interface |
Namespace: MicroFocus.ZFE.Connector
The IWait type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultTimeout |
Specifies the default timeout in milliseconds. If not set, the default is 10,000 milliseconds (10 seconds).
|
![]() | Session |
Sets the session on which the wait operations will operate.
|
Name | Description | |
---|---|---|
![]() | ForConnect |
Waits for the session's connection to the host to complete.
|
![]() | ForCursor |
Waits for the cursor to arrive at the specified position.
|
![]() | ForDisconnect |
Waits for the session's disconnection from the host to complete.
|
![]() | ForFixedTime |
Waits unconditionally.
|
![]() | ForHostPrompt |
Waits for a command prompt preceeding the specified column on the screen.
|
![]() | ForScreenChange |
Waits for the screen to change.
|
![]() | ForText |
Waits for text to be present at the specified location.
|