status

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

templates

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

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

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

elapsedSeconds

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

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

logType

A log type for this item, indicating which events should be logged while this item is being rendered.A LogType enumerated value; read/write . One of:LogType

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

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