You are here: Job and Form Set Rules Reference > JDT Rules Reference > ProcessQueue

ProcessQueue

Use this job level rule to process the queue you specify.

Syntax

;ProcessQueue;;(Queue);

Parameter

Description

   

Queue

The name of the queue you want to process.

This rule loops through the list of functions for the queue you specify and then frees the queue when finished.

Example

;ProcessQueue;;PostPaginationQueue;

This example tells the system to process the PostPaginationQueue.

See also