Quitting Adobe Acrobat Reader
I am using this script to quit all open apps:
tell application "System Events" to set quitapps to name of every application process whose visible is true and name is not "Finder"
repeat with closeall in quitapps
quit application closeall
end repeat
For whatever reason Adobe Acrobat Reader DC sometimes does not respond. What can I add to this script to be sure to quit Adobe if it is running?
Thanks
iMac Line (2012 and Later)