ScriptEvent Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)
Represents a condition that can occur and be checked.
Syntax
public class ScriptEvent
Inherited Members
Properties
Name | Description |
---|---|
Any |
Gets a Script |
Closed | Gets a Script |
Line | Gets a Script |
Prompt | Gets a Script |
Tag | Gets or sets a tag of this condition. |
Timeout | Gets a Script |
Methods
Name | Description |
---|---|
And(Script |
Both of the conditions must be met. |
Cursor |
Gets a Script |
Cursor |
Gets a Script |
Delay(Int32) | Gets a Script |
Duration(Int32) | Gets a Script |
Equals(Object) | Returns a value indication whether this object equals another object. |
From |
Gets a Script |
From |
Gets a Script |
From |
Gets a Script |
Get |
Returns the hash code for the value of this instance. |
Not(Script |
A condition must not be met. |
Or(Script |
At least one of the conditions must be met. |
Or(Script |
At least one of the conditions must be met. |
Set |
Set the Script |
Text |
Gets a Script |
Text |
Gets a Script |
Text |
Gets a Script |
Text |
Gets a Script |
To |
Returns human readable representation of this ScriptEvent. |
Operators
Name | Description |
---|---|
Bitwise |
Both of the conditions must be met. |
Bitwise |
At least one of the conditions must be met. |
Implicit(String to Script |
Converts string to the ScriptEvent. |
Implicit(Regex to Script |
Converts Regex to the ScriptEvent. |
Logical |
A condition must not be met. |