Eyeon:Script/Reference/Applications/Fusion/Classes/RenderJob/Attributes

From VFXPedia

< Eyeon:Script | Reference | Applications | Fusion | Classes | RenderJob
Revision as of 15:24, 3 August 2012 by Milho (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

attribute name

type

description

RJOBS_Status

string

The current status of the job as String.
"Not Rendered", "Incomplete", "Done", "Failed", "Paused", "Submitted", "Rendering", "Aborting"

RJOBB_Resumable

boolean

Indicates whether the job can be resumed or not.

RJOBS_CompEndScript

string

The script executed at the end of the render job.

RJOBN_CompID

number

The composition ID in relation to the manager.

RJOBS_QueuedBy

string

Indicates who submitted the job.

RJOBB_IsRemoving

boolean

Indicates whether or not the render manger is currently removing the job from the queue.

RJOBB_Paused

boolean

Indicates if the Job is paused.

RJOBS_Name

string

The filename of the Job.

RJOBB_DontClose

boolean

RJOBN_TimeOut

number

The timeout of the job in minutes.

RJOBN_Status

number

Legacy status indicator for scripts that were reliant on the old numeric index for job status.
0 - "Not Rendered"
1 - "Incomplete"
2- "Done"
3 - "Failed"
4 - "Paused"
5 - "Submitted"
6 - "Rendering"
7 - "Aborting"

RJOBN_RenderingFrames

number

The number of currently rendering frames.

RJOBN_RenderedFrames

number

The number of frames rendered in the job.

RJOBID_ID

string

The UUID of the job for Fusion's internal tracking.


Tips for Attributes (edit)

EyeonTips:Script/Reference/Applications/Fusion/Classes/RenderJob/Attributes