Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 519 Bytes

File metadata and controls

15 lines (9 loc) · 519 Bytes

Home > bitburner > RunningScript > parent

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:

parent: number;