Return to Snippet

Revision: 662
at July 26, 2006 05:29 by katz


Initial Code
repeat
	try
		do shell script "ps -auxw | grep '[ m]i\.app'"
	on error
		exit repeat
	end try
	delay 1
end repeat

Initial URL


Initial Description
This example is the loop that waits until "mi.app" is quitted.

Initial Title
Loop until specified application quits

Initial Tags


Initial Language
AppleScript