Is there a way to progrmatically disable a worker? I can’t find anything in Deadline.Scripting.RepositoryUtils
Cheers,
Jesse
Is there a way to progrmatically disable a worker? I can’t find anything in Deadline.Scripting.RepositoryUtils
Cheers,
Jesse
You could try Deadline.Scripting.RepositoryUtils.SaveSlaveSettings
, which takes Deadline.Slaves.SlaveSettings
, which has property Deadline.Slaves.SlaveSettings.SlaveEnabled
I’ve never done that in particular, but it seems likely to work
Thanks - that works!