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.

renderer

The current rendering plug-in module to be used to render this composition, as set in the Advanced tab of the Composition Settings dialog box. Allowed value

renderers

The available rendering plug-in modules. Member strings reflect installed modules, as seen in the Advanced tab of the Composition Settings dialog box.Array

resolutionFactor

The x and y downsample resolution factors for rendering the composition.The two values in the array specify how many pixels to skip when sampling; the first

rendering

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

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

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

elapsedSeconds

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