Table of Contents

Method RemoveIdle

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

RemoveIdle(Func<bool>)

Removes an idle handler added with AddIdle(Func<bool>) from processing.

bool RemoveIdle(Func<bool> fnTrue)

Parameters

fnTrue Func<bool>

Returns

bool

true if the idle handler is successfully removed; otherwise, false . This method also returns false if the idle handler is not found.