Jimmy Christensen
Jimmy Christensen
First of all I'm not sure that this is the right place to ask this. However I think that you can do it by having 2 seperare afrender processes each...
Would it perhaps be an idea to create the scheduler 100% using python and replace the .hda? This way it's easier to subclass it to make customizations.
Yes, look at the other schedulers. In the `templateBody` class method. I really hope they extend this to not just TOP.
Hmmm.. I will try and see if something can be done through "on creation" callbacks..
I agree 100%. Even better if there could be some server side system, with proper authentication. I wouldn't mind creating the ldap system for it. Perhaps keep the authentication system/modules...
Might be best to have it in a complete seperate module 'afcmd'?
I've made a branch in my own repo for developing https://github.com/lithorus/cgru/tree/afcmd It has the basic the features from the Cmd class already.
It should now be feature complete with the **Cmd** class in **af** Should I make a pull request?
You're right if 2.3.0 is close to release it might be better for a 3.0 release? Then we can perhaps remove the "old" Cmd class in af to make things...
I'm happy to help with it. Probably needs more discussion on how to implement it. One way of solving is to have a way ejecting task based on a service...