mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
830 B
830 B
Home > bitburner > GraftingTask
GraftingTask interface
Grafting Work
Signature:
export interface GraftingTask
Remarks
An object representing the current grafting task
The "completion" property is a promise that resolves when the task is complete.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| augmentation | string | ||
| completion | Promise<void> | ||
| cyclesWorked | number | ||
| type | "GRAFTING" |