mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 13:13:49 +01:00
546 B
546 B
BaseTask interface
Base interface of all tasks.
Signature:
export interface BaseTask
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
cyclesWorked | number | The number of game engine cycles has passed since this task started. 1 engine cycle = 200ms. |