saveAsTemplate()

Saves the itemメs current render settings as a new template with the specified name.name A string containing the name of the new template.Nothing.

pauseWatchFolder()

Pauses or resumes the search of the target watch folder for items to render.pause True to pause, false to resume.Nothing.See also Application isWatchFolder

comp

The composition that will be rendered by this render-queue item. To change the composition, you must delete this render-queue item and create a new one.Comp

RenderQueueItem object

Applies a Render Settings template to the item. See also RenderQueueItem saveAsTemplate method and RenderQueueItem templates attribute .templateName A strin

Collection object

Like an array, a collection associates a set of objects or values as a logical group and provides access to them by index. However, most collection objects

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

add()

Adds a composition to the Render Queue, creating a RenderQueueItem.comp The CompItem object for the composition to be added.RenderQueueItem object.

preserveNestedFrameRate

When true, the frame rate of nested compositions is preserved in the current composition. Corresponds to the value of the Preserve frame rate when nested or

render

When true, the item will be rendered when the render queue is started. When set to true, the RenderQueueItem.status is set to RQItemStatus.QUEUED. When set

RQItemCollection object

The RQItemCollection contains all of the render-queue items in a project, as shown in the Render Queue panel of the project. The collection provides access