Shell.LastMatchedPrompt Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
LastMatchedPrompt
Gets the last matched prompt (set when the end of command response has been reached). Only works in prompt-based mode.
Declaration
public string LastMatchedPrompt { get; }
Property Value
Type | Description |
---|---|
String | The last matched prompt. |