Method RemoveIdle | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

RemoveIdle(Func)

bool RemoveIdle(Func<bool> fnTrue)

Parameters

fnTrue Func<bool>

Returns

bool

trueif the idle handler is successfully removed; otherwise,false. This method also returnsfalseif the idle handler is not found.