Is there anybody that used the pre/post import hook modules to stop all BatchProcs before importing a solution and restarting them after the import is completed?
I have taken a look at the UserManagerPlugin, but this only gives me the option to get a list of Batch processors, looks like this is the information from BatchProcessor tab on the Admin page.
I can get a list of Headless clients and I can stop a client for instance based on the solution name. However, I cannot find a way to restart the client after the import is done.
I have heard of using the HTTP plugin to 'manipulate' the batch processors tab on Admin page, but I was wondering if there are any other solutions out there.