mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
25 lines
876 B
Markdown
25 lines
876 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [ProcessInfo](./bitburner.processinfo.md)
|
|
|
|
## ProcessInfo interface
|
|
|
|
A single process on a server.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface ProcessInfo
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
| --- | --- | --- | --- |
|
|
| [args](./bitburner.processinfo.args.md) | | [ScriptArg](./bitburner.scriptarg.md)<!-- -->\[\] | Script's arguments |
|
|
| [filename](./bitburner.processinfo.filename.md) | | string | Script name. |
|
|
| [pid](./bitburner.processinfo.pid.md) | | number | Process ID |
|
|
| [temporary](./bitburner.processinfo.temporary.md) | | boolean | Whether this process is excluded from saves |
|
|
| [threads](./bitburner.processinfo.threads.md) | | number | Number of threads script is running with |
|
|
|