Not sure if this forum is used at all.
How do I setup actions for yes/no message box? If the user selects yes, I want to have an application launched. If they answer no, I want it to exit without doing anything.
Basically I'm writing this to close some processes and then offer to the user to relaunch those processes. There are two processes involved that launch an application. So far I have everything setup so that the processes are closed then relaunched, but the user may be done with the application and not want to reopen it, thus the yes/no option.
