RenderQueueItem object

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

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.

remove()

Removes this item from the render queue.None.Nothing.

outputModule()

Gets an output module with the specified index position.index The position index of the output module. An integer in the range [1..numOutputModules].OutputM

duplicate()

Creates a duplicate of this item and adds it this render queue.NOTE: Duplicating an item whose status is Done sets the new itemメs status to Queued .None.Ren

timeSpanStart

The time in the composition, in seconds, at which rendering will begin. Setting this value is the same as setting a custom start time in the Render Settings

timeSpanDuration

The duration in seconds of the composition to be rendered. The duration is determined by subtracting the start time from the end time. Setting this value is

templates

The names of all Render Settings templates available for the item. See also RenderQueueItem saveAsTemplate method .Array of strings; read-only.

status

The current render status of the item.An RQItemStatus enumerated value; read-only. One of:RQItemStatus.WILLCONTINUE Rendering process has been paused.RQItem

startTime

The day and time that this item started rendering.Date object, or null if the item has not started rendering; read-only.