ScriptMatch Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Represents a result of a scripting method such as WaitFor(ScriptEvent) or CheckFor(ScriptEvent).
Syntax
public class ScriptMatch
Inherited Members
Properties
Name | Description |
---|---|
IsClosed | Gets a value indicating whether Closed has been matched. |
IsLine | Gets a value indicating whether Line has been matched. |
IsPrompt | Gets a value indicating whether Prompt has been matched. |
IsTimeout | Gets a value indicating whether Timeout has been matched. |
MatchedEvents | Gets the collection of matched conditions. |
Success | Gets a value indicating whether the condition has been successfully matched. |
Methods
Name | Description |
---|---|
GetMatchInfoByEvent(ScriptEvent) | Returns the first matched condition corresponding to the specified condition type. |
GetMatchInfoByTag(Object) | Returns the first matched condition with the specified tag. |
IsEventMatched(ScriptEvent) | Determines if the ScriptEvent was matched. |
IsTagMatched(Object) | Determines if the ScriptEvent with the |