Deadline Scripting API - JobUtils Test Funcs

Does anyone know what these test functions are used for?

https://docs.thinkboxsoftware.com/products/deadline/10.1/2_Scripting%20Reference/class_deadline_1_1_scripting_1_1_job_utils.html

Bonus question: How can I find the definition of the func or are they in compiled .pyd somewhere?

They’re used by the pending job scan to see if a job’s dependencies have been resolved and can be released to the queue.

The definition of those is in C# code, and we can’t release it.

What are you looking to pull off? We should be able to help point you in the right direction wrt the API.