Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Timer

Hierarchy

  • Timer

Index

Properties

Methods

Properties

stopped

stopped: boolean

Check whether a timer is currently stopped.

Methods

reset

  • reset(): void
  • Resets the timer to its initial state (if applicable).

    Returns void

start

  • start(): void
  • Starts the timer. Most timers will be started automatically, but they can be restarted manually using start after calling stop.

    Returns void

stop

  • stop(): void
  • Stops/pauses a timer.

    Returns void

Generated using TypeDoc