Scripting.LastResult Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
LastResult
Gets the result of last called ReadUntilPrompt(), ReadLine(), ReadChar() or ReadUntil(ScriptEvent) method. Please note that calling other scripting methods reset this to null.
Declaration
public ScriptMatch LastResult { get; }
Property Value
Type | Description |
---|---|
ScriptMatch |