Dashboard state

Hi,

How do see if Dashboard is loaded…


do shell script "defaults write com.apple.dashboard mcx-disabled -boolean YES"
do shell script "killall Dock"

After this I want to no if it’s still running… or better it’s down…

Andre