Table of Contents

Interface ITimer

Namespace
Terminal.Gui.Time
Assembly
Terminal.Gui.dll

Represents a timer that can be controlled.

public interface ITimer : IDisposable
Inherited Members

Properties

IsRunning

Gets a value indicating whether the timer is currently running.

Methods

Start()

Starts the timer.

Stop()

Stops the timer.