Table of Contents

Method IsExpecting

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

IsExpecting(string?, string?)

Returns true if there is an existing expectation (i.e. we are waiting a response from console) for the given terminator.

bool IsExpecting(string? terminator, string? value)

Parameters

terminator string
value string

Returns

bool