mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 21:23:54 +01:00
14 lines
419 B
Markdown
14 lines
419 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [BaseTask](./bitburner.basetask.md) > [cyclesWorked](./bitburner.basetask.cyclesworked.md)
|
||
|
|
||
|
## BaseTask.cyclesWorked property
|
||
|
|
||
|
The number of game engine cycles has passed since this task started. 1 engine cycle = 200ms.
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
cyclesWorked: number;
|
||
|
```
|