Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Classes

Type aliases

Variables

Functions

Type aliases

Task

Task: { isStopped: boolean; start: any; stop: any }

Type declaration

  • isStopped: boolean
  • start:function
    • start(): void
    • Returns void

  • stop:function
    • stop(): void
    • Returns void

Variables

shared

shared: Scheduler

Functions

Const createScheduler