Does anyone know what these test functions are used for?
Bonus question: How can I find the definition of the func or are they in compiled .pyd somewhere?
Does anyone know what these test functions are used for?
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.