mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
876 B
876 B
Home > bitburner > ProcessInfo
ProcessInfo interface
A single process on a server.
Signature:
interface ProcessInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
args | ScriptArg[] | Script's arguments | |
filename | string | Script name. | |
pid | number | Process ID | |
temporary | boolean | Whether this process is excluded from saves | |
threads | number | Number of threads script is running with |