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.

public static void AddIdle(Func<bool> func)

Parameters

func Func<bool>