Class MainLoop.Timeout
Provides data for timers running manipulation.
Inherited Members
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public sealed class MainLoop.Timeout
Fields
| Edit this page View SourceCallback
The function that will be invoked.
Declaration
public Func<MainLoop, bool> Callback
Field Value
| Type | Description |
|---|---|
| Func<MainLoop, bool> |
Span
Time to wait before invoke the callback.
Declaration
public TimeSpan Span
Field Value
| Type | Description |
|---|---|
| TimeSpan |