Home > bitburner > ProcessInfo
A single process on a server.
Signature:
interface ProcessInfo | Property | Type | Description |
|---|---|---|
| args | (string | number | boolean)[] | Script's arguments |
| filename | string | Script name. |
| pid | number | Process ID |
| threads | number | Number of threads script is running with |