I’ve been searching for some documentation on the JobUtils class. The page seems kind of empty compared to some of the other classes. Is there any other place to find info on the functionality of JobUtils?
Hi,
The JobUtils class only contains the ability to generate the stats object to then be queried for information. I’m wondering if you are referring to wanting to access information about a job in the Deadline queue, in which class the job object will be what your after:
docs.thinkboxsoftware.com/produc … 1_job.html
Could you explain what information your after here and in what context inside of Deadline?
Well, I’ve been working on modifying the Quicktime submission script to fit into our pipeline needs. I’ve been referencing the scripting reference to see what functions I have access to and I noticed the JobUtils class.
JobUtils.GetFirstOutputFilename
JobUtils.GetOutputFilenameCount
Seems like there are only two functions used in this script but I was curious if there was anything more within that class. But I didn’t find anything when I looked at the JobUtils section in the docs.