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