Hi,

how can i know if a given method is being executed ?

For ex.:

process := [[mycondition] whileTrue:[ myObject doStuff. myDelay wait]] fork

I want to suspend process and find if doStuff is being executed or if process is waiting.

How could i do that ?

Steven.