@ac-essentials/misc-util
    Preparing search index...

    Class Timer

    A simple timer that calls a callback after a specified delay.

    Index

    Constructors

    Methods

    • Returns whether the timer is currently active (i.e., has been started and not yet fired or canceled).

      Returns boolean

      True if the timer is active, false otherwise.