mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
786 B
786 B
Home > bitburner > GraftingTask
GraftingTask interface
Grafting Work
Signature:
export interface GraftingTask extends BaseTask
Extends: BaseTask
Remarks
An object representing the current grafting task
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| augmentation | string | ||
| completion | Promise<void> | This promise resolves when the task is complete. | |
| type | "GRAFTING" |