I have an existing program that I have to work around. It provides a fairly decent plugin architecture, but I've run into a problem. I need to create a command-line plugin that will check if the program is already running and then pass the command-line parameters to the existing instance.
Is this possible using a plugin? Would best practice in a situation like this be to use the messaging system?