Docs (4.0.0)
class Scheduler method

stopAll

Stops all queues that have been created by this scheduler.

stopAll(): void

Related

  • class SchedulerA class that creates and manages asynchronous task queues.
  • stop()Stops this queue, cancelling invocation of pending tasks.