Re: Timeout Not Working As Expected
Re: Timeout Not Working As Expected
- Subject: Re: Timeout Not Working As Expected
- From: "Stockly, Ed" <email@hidden>
- Date: Wed, 18 Mar 2015 19:23:09 +0000
- Thread-topic: Timeout Not Working As Expected
This works:
tell application "Finder"
with timeout of 0.01 seconds
do shell script "ls"
end timeout
end tell
But this doesn't:
tell application "Finder"
with timeout of 1 second
do shell script "/Applications/Firefox.app/Contents/MacOS/firefox-bin
imacros://run/?m=Current.iim"
end timeout
end tell
Hmmm...
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden