Table of Contents

Property Span

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

Span

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

public override TimeSpan Span { get; }

Property Value

TimeSpan

A TimeSpan representing the delay before the callback is invoked. If the timeout is rescheduled (i.e., Callback returns true), this interval is used again.