Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 501 Bytes

bitburner.runoptions.preventduplicates.md

File metadata and controls

13 lines (8 loc) · 501 Bytes

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;