Files
bitburner-src/markdown/bitburner.processinfo.md
2022-10-21 11:16:00 -04:00

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