mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 03:25:44 +02:00
NETSCRIPT: Add "temporary" as a RunOption to run/exec/spawn (#432)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [RunOptions](./bitburner.runoptions.md) > [threads](./bitburner.runoptions.threads.md)
|
||||
|
||||
## RunOptions.threads property
|
||||
|
||||
Number of threads that the script will run with, defaults to 1
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
threads?: number;
|
||||
```
|
||||
Reference in New Issue
Block a user