Table of Contents

Method AddIdle

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

AddIdle(Func<bool>)

Adds specified idle handler function to main iteration processing. The handler function will be called once per iteration of the main loop after other events have been handled.

void AddIdle(Func<bool> idleHandler)

Parameters

idleHandler Func<bool>