Result of npm run doc

Includes my change and a bunch of prior changes
This commit is contained in:
David Walker
2023-02-17 00:14:20 -08:00
parent 53755dd573
commit dc9b1050bf
20 changed files with 124 additions and 77 deletions
@@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [BasicHGWOptions](./bitburner.basichgwoptions.md) &gt; [additionalMsec](./bitburner.basichgwoptions.additionalmsec.md)
## BasicHGWOptions.additionalMsec property
Number of additional milliseconds that will be spent waiting between the start of the function and when it completes. There will only be one, contiguous wait, which is relevant because stats such as server security level are computed at the \*start\* of the function. Must be non-negative.
**Signature:**
```typescript
additionalMsec?: number;
```