mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
14 lines
548 B
Markdown
14 lines
548 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [RunningScript](./bitburner.runningscript.md) > [pid](./bitburner.runningscript.pid.md)
|
|
|
|
## RunningScript.pid property
|
|
|
|
A Process ID unique to this script across all hosts. Must be an integer starting from 1 for the first process spawned at game launch and incrementing from there. Note that PIDs are not saved in the savegame and are regenerated at launch.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
pid: number;
|
|
```
|