bitburner.processinfo.md

September 26, 2025 ยท View on GitHub

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

Contents

  1. 1ProcessInfo interface
  2. 2Properties