render()

app.project.renderQueue.render()

Description

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. To pause or stop the rendering process, call pauseRendering() or stopRendering() from an onError or onStatusChanged callback.

• To respond to errors during the rendering process, define acallback function in app.onError ; see Application onError attribute”.
• To respond to changes in the status of a particular item while the render is progressing, define a callback function in RenderQueueItem.onStatusChanged in the associated RenderQueueItem object; see “Render-QueueItem onStatusChanged attribute”.Parameters

None.

Returns

Nothing.

Other Tags

Posted in RenderQueue object and tagged , , , , , , , , , , .