Hello,
According to documentation (Deadline 6.0) inside python scripts it is possible to get the entire job list that way :
RepositoryUtils.GetJobs()
In practice this code crashes for me, but this one below works:
RepositoryUtils.GetJobs(None)
Where is the mistake ?
And in case at least one argument is mandatory, what kind of object should I pass ?
Thanks