I am trying to add the scheduledtask feature to modules, and it's been going fine until now.
When I try to uninstall the module with a standard Remove module from store (Utilities), I get a dialog indicating that 'the module is in use by one or more scheduled tasks and cannot be removed.' (Even when I delete the scheduled task.)
Is there anyone who has used the 'scheduled task' feature and knows how to get around this apparent verification check? It seems to run BEFORE Module_Uninstall_Store is called. Or is the scheduled task intended to be 'install only'?
When I try to uninstall the module with a standard Remove module from store (Utilities), I get a dialog indicating that 'the module is in use by one or more scheduled tasks and cannot be removed.' (Even when I delete the scheduled task.)
Is there anyone who has used the 'scheduled task' feature and knows how to get around this apparent verification check? It seems to run BEFORE Module_Uninstall_Store is called. Or is the scheduled task intended to be 'install only'?
Comment