This commit is contained in:
Olivier Gagnon
2022-08-17 08:50:05 -04:00
parent ba5b0be7f4
commit 3217f53717
291 changed files with 1613 additions and 2367 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export interface ProcessInfo
| Property | Type | Description |
| --- | --- | --- |
| [args](./bitburner.processinfo.args.md) | string\[\] | Script's arguments |
| [args](./bitburner.processinfo.args.md) | (string \| number \| boolean)\[\] | Script's arguments |
| [filename](./bitburner.processinfo.filename.md) | string | Script name. |
| [pid](./bitburner.processinfo.pid.md) | number | Process ID |
| [threads](./bitburner.processinfo.threads.md) | number | Number of threads script is running with |