Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IntervalScheduler

IntervalScheduler calls the callback every intervalMs milliseconds.

Hierarchy

  • IntervalScheduler

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

timer

timer: Timer

Methods

running

  • running(): boolean

start

  • start(callback: () => void): void

stop

  • stop(): void

Generated using TypeDoc