Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Scheduler

Scheduler calls a callback on the schedule determined by the implementation.

Hierarchy

  • Scheduler

Implemented by

Index

Methods

Methods

start

  • start(callback: () => void): void
  • Schedules the callback according to the implementation.

    Parameters

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

    Returns void

stop

  • stop(): void

Generated using TypeDoc