Newbie Question - Recommended method of idling?
Newbie Question - Recommended method of idling?
- Subject: Newbie Question - Recommended method of idling?
- From: Simon Brown <email@hidden>
- Date: Fri, 07 Feb 2003 04:37:28 +0000
I'm using a very simple handler to repeat a script every 5 minutes
on run
repeat
some stuff
some more stuff
waitabit()
end repeat
end run
on waitabit()
delay 300
end waitabit
It works but doen't do much for the responsiveness of my machine when it is
runnning in the background. Does anyone have any suggestions for a better
method?
--
Simon
--------------
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.