Steven
You could add use a semaphore if changing code is an option.
We once used MethodWrappers in VAST to answer a similar question
regarding whether a body of code can be removed from a system.
Joachim
Am 25.09.17 um 12:06 schrieb Steven Costiou:
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.
--
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel mailto:jtuc...@objektfabrik.de
Fliederweg 1 http://www.objektfabrik.de
D-71640 Ludwigsburg http://joachimtuchel.wordpress.com
Telefon: +49 7141 56 10 86 0 Fax: +49 7141 56 10 86 1