Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StopWatch

A stopwatch.

Hierarchy

  • StopWatch

Index

Properties

Accessors

Methods

Properties

Private _startTime

_startTime: Moment.Moment | false = false

Accessors

isRunning

  • get isRunning(): boolean

Methods

start

  • start(): this

stop

  • stop(): number
  • Stops the watch.

    Returns number

    The number of milliseconds.

Generated using TypeDoc