app.project.renderQueue.pauseRendering(pause)
Description
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. You can call this method from an onStatusChanged or onError callback. See RenderQueueItem onStatusChanged attribute” and “Application onError attribute”.
Parameters
pauseTrue to pause a current render process, false to continue a paused render.
Returns
Nothing.