mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
803afc5244
* add nextCompletion to InfilWork and make nextCompletion in BladeburnerWork uniform with other promisePairs
401 B
401 B
Home > bitburner > SleeveInfiltrateTask
SleeveInfiltrateTask type
Signature:
type SleeveInfiltrateTask = {
type: "INFILTRATE";
cyclesWorked: number;
cyclesNeeded: number;
nextCompletion: Promise<void>;
};