mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-12 18:53:55 +01:00
803afc5244
* add nextCompletion to InfilWork and make nextCompletion in BladeburnerWork uniform with other promisePairs
18 lines
401 B
Markdown
18 lines
401 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [SleeveInfiltrateTask](./bitburner.sleeveinfiltratetask.md)
|
|
|
|
## SleeveInfiltrateTask type
|
|
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
type SleeveInfiltrateTask = {
|
|
type: "INFILTRATE";
|
|
cyclesWorked: number;
|
|
cyclesNeeded: number;
|
|
nextCompletion: Promise<void>;
|
|
};
|
|
```
|