QueueStoppedError
An error that’s used to reject the promise returned by AsyncTaskQueue.waitAsync().
static
QueueStoppedError: new (...args: any[]) => AppException
Related
- class AsyncTaskQueueA class that represents a queue of asynchronous tasks within a Scheduler.