class Scheduler
A class that creates and manages asynchronous task queues.
class Scheduler
Instance Members
- createQueue(name, replace?, config?)Creates a new asynchronous task queue with the provided name and options.
- getQueue(name)Returns the (first) queue with the specified name.
- stopAll()Stops all queues that have been created by this scheduler.
More information
For more information, refer to the following page:
- Task schedulingUse task queues to manage lists of prioritized asynchronous tasks.