[Home](./index.md) > [bitburner](./bitburner.md) > [ProcessInfo](./bitburner.processinfo.md) ## ProcessInfo interface Signature: ```typescript interface ProcessInfo ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [args](./bitburner.processinfo.args.md) | string\[\] | Script's arguments | | [filename](./bitburner.processinfo.filename.md) | [Script](./bitburner.script.md) | Script name. | | [threads](./bitburner.processinfo.threads.md) | number | Number of threads script is running with |