bitburner-src/markdown/bitburner.runoptions.preventduplicates.md
David Walker aa7facd4ba
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.
2023-04-27 18:21:06 -04:00

501 B

Home > bitburner > RunOptions > preventDuplicates

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:

preventDuplicates?: boolean;