[[IntervalScheduler]] calls the callback every intervalMs milliseconds.

Implements

Constructors

Properties

Methods

Constructors

Properties

timer: Timeout

Methods

  • Returns boolean

  • Schedules the callback according to the implementation.

    Parameters

    • callback: () => void

    Returns void

  • Unschedules the callback and prevents it from being called anymore.

    Returns void