isPaused
Returns true if the queue is currently paused.
isPaused(): boolean
Related
- class AsyncTaskQueueA class that represents a queue of asynchronous tasks within a Scheduler.
- pause()Pauses execution of the tasks in this queue.
- resume()Resumes execution of (pending) tasks in this queue.