ScriptMatch.GetMatchInfoByEvent Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
GetMatchInfoByEvent(ScriptEvent)
Returns the first matched condition corresponding to the specified condition type.
Declaration
public ScriptMatchInfo GetMatchInfoByEvent(ScriptEvent scriptEvent)
Parameters
Type | Name | Description |
---|---|---|
ScriptEvent | scriptEvent | Condition type. |
Returns
Type | Description |
---|---|
ScriptMatchInfo | Matched condition, or null if not found. |