bitburner-src/markdown/bitburner.processinfo.md

23 lines
631 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [ProcessInfo](./bitburner.processinfo.md)
## ProcessInfo interface
2021-10-30 21:46:34 +02:00
A single process on a server.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
interface ProcessInfo
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [args](./bitburner.processinfo.args.md) | string\[\] | Script's arguments |
2021-10-30 21:46:34 +02:00
| [filename](./bitburner.processinfo.filename.md) | string | Script name. |
2021-10-30 18:34:14 +02:00
| [threads](./bitburner.processinfo.threads.md) | number | Number of threads script is running with |