tsbase
    Preparing search index...

    Class Timer

    Implements

    Index

    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

    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