Bitsum Community Forum

General Category => Process Lasso => Topic started by: samkatakouzinos on July 22, 2024, 11:53:07 PM

Title: Does childof include the named parent or not?
Post by: samkatakouzinos on July 22, 2024, 11:53:07 PM
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
Title: Re: Does childof include the named parent or not?
Post by: Jeremy Collake on July 23, 2024, 08:40:24 AM
It does not include the parent, only the child processes.
Title: Re: Does childof include the named parent or not?
Post by: samkatakouzinos on July 23, 2024, 09:03:31 AM
Thank you.