mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
NETSCRIPT: Greatly speed up script launching, and remove the limitation unique args per script (#440)
* Remove the limitation unique args per script * Internal changes to how runningScripts are stored on the server, to make common usage faster.
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) > [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;
|
||||
```
|
||||
Reference in New Issue
Block a user