Does childof include the named parent or not?
I tried some testing with a process that launches other processes and can't decide.
I've read the documentation and there's not mmuch on it.
— Regards, Sam Katakouzinos
It does not include the parent, only the child processes.
Thank you.