diff --git a/markdown/bitburner.graftingtask.md b/markdown/bitburner.graftingtask.md index 204e9962b..5a175630f 100644 --- a/markdown/bitburner.graftingtask.md +++ b/markdown/bitburner.graftingtask.md @@ -4,7 +4,7 @@ ## GraftingTask interface -Faction Work +Grafting Work **Signature:** @@ -14,7 +14,9 @@ export interface GraftingTask ## Remarks -An object representing the current grafting status +An object representing the current grafting task + +The "completion" property is a promise that resolves when the task is complete. ## Properties diff --git a/markdown/bitburner.md b/markdown/bitburner.md index ca8aedde8..f66f51216 100644 --- a/markdown/bitburner.md +++ b/markdown/bitburner.md @@ -85,7 +85,7 @@ | [GoAnalysis](./bitburner.goanalysis.md) | Tools to analyze the IPvGO subnet. | | [GoCheat](./bitburner.gocheat.md) | Illicit and dangerous IPvGO tools. Not for the faint of heart. Requires BitNode 14.2 to use. | | [Grafting](./bitburner.grafting.md) | Grafting API | -| [GraftingTask](./bitburner.graftingtask.md) | Faction Work | +| [GraftingTask](./bitburner.graftingtask.md) | Grafting Work | | [HackingFormulas](./bitburner.hackingformulas.md) | Hacking formulas | | [HackingMultipliers](./bitburner.hackingmultipliers.md) | Hack related multipliers. | | [Hacknet](./bitburner.hacknet.md) | Hacknet API | diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 609f5b22f..2bd283127 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -1708,9 +1708,13 @@ export interface FactionWorkTask { } /** - * Faction Work + * Grafting Work + * * @remarks - * An object representing the current grafting status + * An object representing the current grafting task + * + * The "completion" property is a promise that resolves when the task is complete. + * * @public */ export interface GraftingTask {