Table of Contents

Property IdleHandlers

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IdleHandlers

Returns all currently registered idles. May not include actively executing idles.

ReadOnlyCollection<Func<bool>> IdleHandlers { get; }

Property Value

ReadOnlyCollection<Func<bool>>