mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01: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" |