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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

RemoveIdle(Func)

public bool RemoveIdle(Func<bool> token)

Parameters

token Func<bool>

Returns

bool

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