Hi. It is not (yet).
But it is very easy for me to add such command to afcmd. Some "afcmd rsrvon|rsrvoff rendername|mask" - render service on or off render name or regexp pattern".
Soon there will be 1.6.0 and will be already with it.
Later i can add it to python api (it is more complex a bit).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need to enable or disable service on Render at specific time for services management. Does afanasy provide api or command for control ?
Thanks.
Hi. It is not (yet).
But it is very easy for me to add such command to afcmd. Some "afcmd rsrvon|rsrvoff rendername|mask" - render service on or off render name or regexp pattern".
Soon there will be 1.6.0 and will be already with it.
Later i can add it to python api (it is more complex a bit).
Done (sources).
$ ./afcmd h rsrvon
rsrvon - Msg::TRenderSetService Enable disabled render service.
rsrvon Enable disabled render service.
$ ./afcmd h rsrvoff
rsrvoff - Msg::TRenderSetService Disable render service.
rsrvoff Disable render service.
All commands you can list by "afcmd h"
Oh ! It's cool !
Thank you very much !