mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
06a985bdf8
This reverts commit bbb6e3f309.
726 B
726 B
Home > bitburner > ProcessInfo
ProcessInfo interface
A single process on a server.
Signature:
export interface ProcessInfo
Properties
| 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 |