Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 496 Bytes

File metadata and controls

13 lines (8 loc) · 496 Bytes

Home > bitburner > SpawnOptions > spawnDelay

SpawnOptions.spawnDelay property

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.

Signature:

spawnDelay?: number;