Re: aborting a running script
Re: aborting a running script
- Subject: Re: aborting a running script
- From: Axel Luttgens <email@hidden>
- Date: Mon, 28 Feb 2011 14:48:33 +0100
Le 28 févr. 2011 à 13:31, Jim Brandt a écrit :
> I have a question about aborting a running script.
>
> When invoked from the script menu, which application or process is in control of running the script? Is it System Events? Is there a graceful way to cancel the script while it is running?
>
> [...]
Hello Jim,
Looks like to be "AppleScript Runner.app" (in the System's CoreServices folder).
A graceful way, I don't know; assuming the application is currently running just because you ran one or more scripts from the script menu, this one shouldn't be too harmful:
tell application "AppleScript Runner" to quit
HTH,
Axel
_______________________________________________
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