bitburner-src/markdown/bitburner.sleeveinfiltratetask.md
Caldwell 803afc5244
SLEEVES: add nextCompletion to SleeveInfiltrationWork (#1177)
* add nextCompletion to InfilWork

and make nextCompletion in BladeburnerWork uniform with other promisePairs
2024-03-20 23:11:12 -07:00

401 B

Home > bitburner > SleeveInfiltrateTask

SleeveInfiltrateTask type

Signature:

type SleeveInfiltrateTask = {
  type: "INFILTRATE";
  cyclesWorked: number;
  cyclesNeeded: number;
  nextCompletion: Promise<void>;
};