Table of Contents

Property Timeouts

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Timeouts

Returns a snapshot containing the next planned execution timestamp, in 100-nanosecond units, for each timeout that is not actively executing. Mutating the returned list does not change the scheduled timeouts.

SortedList<long, Timeout> Timeouts { get; }

Property Value

SortedList<long, Timeout>