That was fast. Thanks. Just what I was looking for. Great job.
> Date: Fri, 16 Jul 2010 10:29:11 +0200 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: [Fluxus] Fluxus Digest, Vol 63, Issue 11 > > hi Adrien, > > > I have to know if a task is running to able an action. > i added (task-running?) to task.ss. you can use it like this: > > (spawn-task (lambda () (draw-torus)) 'torus-task) > (if (task-running? 'torus-task) > (display "running") > (display "not running")) > > let me know what you think. > > best, > gabor > _________________________________________________________________ Allumez et éteignez votre PC en un instant avec Windows 7 ! http://clk.atdmt.com/FRM/go/238030931/direct/01/
