C3 AI Documentation Home

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

NameRequiredTypeDescription
queueTypeThe queue to be cleared.

Example

Clear a queue instance:

JavaScript
c3QClear(BatchQueue);

See also

Was this page helpful?