Scripting.Process Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9448)
Process(Int32)
Processes response from the server. If no data is available to be received, waits until the specified interval expires.
Declaration
public TerminalState Process(int timeout)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | timeout | A maximum amount of time (in milliseconds) to wait if no data is currently available. |
Returns
| Type | Description |
|---|---|
| TerminalState | Current state of the terminal. |
Process()
Processes response from the server. If no data is available to be received, waits until the Timeout interval expires.
Declaration
public TerminalState Process()
Returns
| Type | Description |
|---|---|
| TerminalState | Current state of the terminal. |