Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to check if my job is running as a sub-job (through tRunJob) vs running as the primary "main" job?
Thanks!
even better. There is a variable called isChildJob you can use.
Ok, figured it out. Compare the pid against the rootPid. If they are different, the job is running as a subjob.
even better. There is a variable called isChildJob you can use.