Console Reference: c3QClear
c3QClear clears all entries in the queue you specify. A queue holds a list of jobs (asynchronous processes) executed in your application environment. To learn more about queues, see Overview of Invalidation Queues and Asynchronous Process and Monitor and Manage Queues.
Parameters
| Name | Required | Type | Description |
|---|---|---|---|
queue | ✓ | Type | The queue to be cleared. |
The value of the queue parameter must be an InvalidationQueue Type, or c3QClear will throw an error.
Example
Clear a queue instance:
JavaScript
c3QClear(BatchQueue);