[Home](./index.md) > [bitburner](./bitburner.md) > [RunningScript](./bitburner.runningscript.md) > [parent](./bitburner.runningscript.parent.md) ## RunningScript.parent property Process ID of the parent process. If this script was started by another script, this will be the PID of that script. If this script was started directly through the terminal, the value will be 0. **Signature:** ```typescript parent: number; ```