Skip to content

Latest commit

 

History

History
58 lines (27 loc) · 799 Bytes

File metadata and controls

58 lines (27 loc) · 799 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.