Class Timer

Implements

Constructors

Properties

Methods

Constructors

Properties

AutoReset: boolean = false

Boolean indicating whether the Timer should raise the Elapsed event only once (false) or repeatedly (true).

Elapsed: (() => void)[] = ...

List of functions to be called on each time the interval specified elapses

Type declaration

    • (): void
    • Returns void

Enabled: boolean = false

Boolean indicating whether the Timer should raise the Elapsed event.

Interval: number

The interval, expressed in milliseconds, at which to raise the Elapsed event.

Methods

Generated using TypeDoc