mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
aa7facd4ba
* Remove the limitation unique args per script * Internal changes to how runningScripts are stored on the server, to make common usage faster.
14 lines
501 B
Markdown
14 lines
501 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [RunOptions](./bitburner.runoptions.md) > [preventDuplicates](./bitburner.runoptions.preventduplicates.md)
|
|
|
|
## RunOptions.preventDuplicates property
|
|
|
|
Should we fail to run if another instance is running with the exact same arguments? This used to be the default behavior, now defaults to false.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
preventDuplicates?: boolean;
|
|
```
|