I'd like to be able to iterate over all the actions in the current project and add custom "before" and "after" actions via script. Right now I have to do it manually for each action.
at the very least, I'd like to be able to get an event before and after all actions are invoked to handle this in one place.