When I click the "Yes" button on the dialog box, it will stay on screen for 5-10 seconds until the startProcess() function completes. Shouldn't the dialog close before startProcess() begins? I'd like the dialog to respond right away by closing instead of waiting for the startProcess() to complete.When I click the "Yes" button on the dialog box