pause
Pauses execution of the tasks in this queue.
pause(): this
Note
Currently running tasks can’t be paused, but a paused queue won’t invoke pending tasks until the queue is resumed.
Related
- class AsyncTaskQueueA class that represents a queue of asynchronous tasks within a Scheduler.