ScriptEvent.TextOnScreen Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9448)
TextOnScreen(String)
Gets a ScriptEvent that matches the specified string appearing on the screen.
Declaration
public static ScriptEvent TextOnScreen(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| String | text | String to match. |
Returns
| Type | Description |
|---|---|
| ScriptEvent | ScriptEvent that matches the specified string appearing on the screen. |