Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 680 Bytes

bitburner.spawnoptions.md

File metadata and controls

20 lines (12 loc) · 680 Bytes

Home > bitburner > SpawnOptions

SpawnOptions interface

Signature:

interface SpawnOptions extends RunOptions 

Extends: RunOptions

Properties

Property Modifiers Type Description
spawnDelay? number (Optional) Number of milliseconds to delay before spawning script, defaults to 10000 (10s). Must be a non-negative integer. If 0, the script will be spawned synchronously.