Click or drag to resize

IWait Interface

The Wait object is used to wait for certain conditions to occur within the associated session.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.3.379.0 (1.3.379.0)
Syntax
public interface IWait

The IWait type exposes the following members.

Properties
  NameDescription
Public propertyDefaultTimeout
Specifies the default timeout in milliseconds. If not set, the default is 10,000 milliseconds (10 seconds).
Public propertySession
Sets the session on which the wait operations will operate.
Top
Methods
  NameDescription
Public methodForConnect
Waits for the session's connection to the host to complete.
Public methodForCursor
Waits for the cursor to arrive at the specified position.
Public methodForDisconnect
Waits for the session's disconnection from the host to complete.
Public methodForFixedTime
Waits unconditionally.
Public methodForHostPrompt
Waits for a command prompt preceeding the specified column on the screen.
Public methodForScreenChange
Waits for the screen to change.
Public methodForText
Waits for text to be present at the specified location.
Top
See Also