08/29/14 19:00:22 ¶ ●

Better Way to Tell if an App Is Running With AppleScript's Enhanced Application Object Model

if application “iTunes” is running then tell application “iTunes” to pause end if

is running is new and saves the trouble to go through System Events’ if process is running function.