ScriptMatch Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)
Represents a result of a scripting method such as Wait
Syntax
public class ScriptMatch
Inherited Members
Properties
Name | Description |
---|---|
Is |
Gets a value indicating whether Closed has been matched. |
Is |
Gets a value indicating whether Line has been matched. |
Is |
Gets a value indicating whether Prompt has been matched. |
Is |
Gets a value indicating whether Timeout has been matched. |
Matched |
Gets the collection of matched conditions. |
Success | Gets a value indicating whether the condition has been successfully matched. |
Methods
Name | Description |
---|---|
Get |
Returns the first matched condition corresponding to the specified condition type. |
Get |
Returns the first matched condition with the specified tag. |
Is |
Determines if the Script |
Is |
Determines if the Script |