Eyeon:Script/Reference/Applications/Fusion/Classes/RenderJob/Attributes
From VFXPedia
attribute name |
type |
description |
RJOBS_Status |
string |
The current status of the job as String.
|
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.
|
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