mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
21 lines
628 B
Markdown
21 lines
628 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [SpawnOptions](./bitburner.spawnoptions.md)
|
|
|
|
## SpawnOptions interface
|
|
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface SpawnOptions extends RunOptions
|
|
```
|
|
**Extends:** [RunOptions](./bitburner.runoptions.md)
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
| --- | --- | --- | --- |
|
|
| [spawnDelay?](./bitburner.spawnoptions.spawndelay.md) | | number | _(Optional)_ Number of milliseconds to delay before spawning script, defaults to 10000 (10s). Must be a positive integer. |
|
|
|