bitburner-src/markdown/bitburner.runoptions.md

21 lines
639 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [RunOptions](./bitburner.runoptions.md)
## RunOptions interface
**Signature:**
```typescript
interface RunOptions
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [temporary?](./bitburner.runoptions.temporary.md) | | boolean | _(Optional)_ Whether this script is excluded from saves, defaults to false |
| [threads?](./bitburner.runoptions.threads.md) | | number | _(Optional)_ Number of threads that the script will run with, defaults to 1 |