Class parameter:
Type |
Name |
Description |
||||||||||||||||||
unsigned int 64 |
ID |
The job ID |
||||||||||||||||||
rrString |
userName |
The user who has send the job |
||||||||||||||||||
rrString |
companyProjectName |
The company project of the job |
||||||||||||||||||
rrString |
rendererName (RR 8 only) |
The name of the render application (Softimage, Nuke, ...) |
||||||||||||||||||
rrString |
renderApp (RR 9 only) |
The name of the render application (Softimage, Nuke, ...) |
||||||||||||||||||
rrString |
renderer (RR 9 only) |
The name of the renderer (Arnold, Vray, ...) |
||||||||||||||||||
rrbytePercent |
progress (RR 9 only) |
The progress of the render in percent |
||||||||||||||||||
rrTime |
lastChange (RR 9 only) |
The time something was changed within the job information |
||||||||||||||||||
int |
queueIDAtServer |
All jobs have a queue ID which starts at 0. Deleting/Moving jobs changes the queueID. |
||||||||||||||||||
byte |
filterMask |
|
Class _JobBasics functions:
Return type |
Name |
Description |
QString |
IDstr() |
ID of the job as human readable/remember-able string E.g. {D5Ca} |
unsigned int 64 |
IDmain() |
A job ID contains a main ID and a preID. The preID is shown as small letter at the end of the string ID {D5Ca}. If multiple jobs are send at the same time (e.g. same .xml file), they all have the same main ID and increasing pre IDs. |
byte |
IDpre() |
see IDmain() |