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

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

OutputModule object

An OutputModule object of a RenderQueueItem generates a single file or sequence via a render operation, and contains attributes and methods relating to the

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

isWatchFolder

True if the Watch Folder dialog box is currently displayed and the application is currently watching a folder for rendering.Boolean; read-only.

elapsedSeconds

The number of seconds spent rendering this item.Integer, or null if item has not been rendered; read-only.

onError

The name of a callback function that is called when an error occurs. By creating a function and assigning it to this attribute, you can respond to errors sy

onStatusChanged

The name of a callback function that is calledwhenever the value of the RenderQueueItem.status attribute changes.You cannot make changes to render queue ite

watchFolder()

Starts a Watch Folder network rendering process pointed at a specified folder.folder_object_to_watch The ExtendScript Folder object for the folder to watch.