Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 493 Bytes

bitburner.sleevebladeburnertask.md

File metadata and controls

20 lines (15 loc) · 493 Bytes

Home > bitburner > SleeveBladeburnerTask

SleeveBladeburnerTask type

Signature:

type SleeveBladeburnerTask = {
  type: "BLADEBURNER";
  actionType: "General" | "Contracts";
  actionName: string;
  cyclesWorked: number;
  cyclesNeeded: number;
  nextCompletion: Promise<void>;
  tasksCompleted: number;
};