Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 726 Bytes

bitburner.processinfo.md

File metadata and controls

23 lines (15 loc) · 726 Bytes

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