Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 401 Bytes

bitburner.sleeveinfiltratetask.md

File metadata and controls

17 lines (12 loc) · 401 Bytes

Home > bitburner > SleeveInfiltrateTask

SleeveInfiltrateTask type

Signature:

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