Interrupting event subprocess to affect all child processes

Hi everyone,

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.

Thanks in advance.

Have you tried this? is it not working as you expect?
This is the default behavior of an interrupting even sub process.

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.

1 Like