scheduler
The global asynchronous task scheduler, an instance of Scheduler.
scheduler: Scheduler
Notes
- You can use
app.scheduler
to create and manage queues for scheduling asynchronous (background) tasks. - Refer to Scheduler for available methods of
app.scheduler
.
Related
- class GlobalContextA singleton class that represents the global application state.