Re: Any Way to Force an Idle Handler System Call? (Redux)
Re: Any Way to Force an Idle Handler System Call? (Redux)
- Subject: Re: Any Way to Force an Idle Handler System Call? (Redux)
- From: Shane Stanley <email@hidden>
- Date: Sun, 08 Jun 2014 22:36:06 +1000
On 8 Jun 2014, at 10:30 pm, S. J. Cunningham <email@hidden> wrote:
>> What process name do you see in Activity Monitor?
>
> "Idle App" of course :)
OK, we covered this in a thread here last week or so. One option was:
tell application "System Events" to set pid to unix id of process "Idle App"
do shell script "kill " & pid
But killall should work with the app name.
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
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