Hello
It’s been a couple of days that i’m trying to figure out how the deadlinecommand SetSlaveSetting works in the command line!
For example:
If I do :
deadlinecommand getslavesetting <slave_name> IdleMinutes
It will give me a number let’s say 5.
If i want to change it to 10 , I suppose I have to do :
deadlinecommand setslavesetting <slave_name> IdleMinutes 10
But it returns me an error :
Error: Cannot set setting IdleMinutes this way (System.Exception)
This is one example between many other setting that i cannot set.
But if I want to set the Description
deadlinecommand setslavesetting <slave_name> Description Test
everything works fine and i got a reply
Set Description to test
I can’t find anything online so if someone can explain me the difference between the 2 settings, and provide me wiht an example on how to set the setting since the error just tells me it’s not this way, it would be much appreciated.
Thanks a lot