Re: <no subject>
Re: <no subject>
- Subject: Re: <no subject>
- From: Emmanuel <email@hidden>
- Date: Tue, 10 Apr 2001 19:09:50 +0200
At 19:33 +0200 10/04/01, Brian Loomis wrote:
>
>
I also want an application to return something to me to let me know when it
>
is finished, ie filemaker is running a script and I want to check the status
>
in an if loop to see if its done
I don't know if this is what you are looking for, but that's what I use:
try
with timeout of 1 seconds
tell application theApp to get 1+1
end timeout
-- the app is not busy
on error
-- the app is busy
end
HTH
Emmanuel
References: | |
| ><no subject> (From: Brian Loomis <email@hidden>) |