mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02: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. |