you could iterate all processes, there then get the stack and look up the sender chainOn 25 Sep 2017, at 12:06, Steven Costiou <steven.costiou@kloum.io> wrote: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 ?]