items

A collection of all items in the render queue.RQItemCollection object; read-only.

numItems

The total number of items in the render queue.Integer; read-only.

rendering

When true, the rendering process is in progress or paused. When false, it is stopped.Boolean; read-only.

item()

Gets a specified item from the items collection.index The position index of the item. An integer in the range [0..nu m Ite ms].RenderQueueItem object.

pauseRendering()

Pauses the current rendering process, or continues a paused rendering process. This is the same as clicking Pause in the Render Queue panel during a render.

render()

Starts the rendering process. This is the same as clicking Render in the Render Queue panel. The method does not return until the render process is complete

showWindow()

Shows or hides the Render Queue panel.doShow When true, show the Render Queue panel. When false, hide it.Nothing.

stopRendering()

Stops the rendering process. This is the same as clicking Stop in the Render Queue panel during a render. You can call this method from an onStatusChanged o

RenderQueue object

The RenderQueue object represents the render automation process, the data and functionality that is available through the Render Queue panel of a particular