Table of Contents

Method IsExpecting

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IsExpecting(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)

Parameters

terminator string

Returns

bool