Is there a way that conditional interrputing event subprocess interrupts both main process and all instances that were triggered by that process instance?
I would like to have a single event subprocess which would somehow ‘monitor’ behaviour for all child processes.
Yes, it does.
My mistake, I was starting main process all over instead of waiting for timer to fire, so it was another instance. Sorry for disturbing and thank you.