mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
DOCUMENTATION: Clarify "completion" property of GraftingTask (#1713)
This commit is contained in:
8
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
8
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user