Table of Contents

Method RemoveIdle

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

RemoveIdle(Func<bool>)

Removes an idle function added by AddIdle(Func<bool>)

public bool RemoveIdle(Func<bool> fnTrue)

Parameters

fnTrue Func<bool>

Function to remove

Returns

bool

True if it was found and removed