Table of Contents

Class Timeout

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

Represents a scheduled timeout for use with timer management APIs.

Encapsulates a callback function to be invoked after a specified time interval. The callback can optionally indicate whether the timeout should repeat.

Used by ITimedEvents and related timer systems to manage timed operations in the application.

public class Timeout
Inheritance
Timeout
Derived
Inherited Members

Properties

Callback

Gets or sets the function to invoke when the timeout expires.

Span

Gets or sets the time interval to wait before invoking the Callback.