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

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

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

status

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

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

exitCode

A numeric status code used when executing a script externally that is, from a command line or AppleScript .ユ In Windows, the value is returned on the comman