bitburner-src/markdown/bitburner.singularity.isbusy.md

26 lines
766 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Singularity](./bitburner.singularity.md) &gt; [isBusy](./bitburner.singularity.isbusy.md)
## Singularity.isBusy() method
2022-01-16 00:39:37 +01:00
Check if the player is busy.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
isBusy(): boolean;
```
<b>Returns:</b>
boolean
True if the player is currently performing an action, false otherwise.
## Remarks
2022-01-16 00:39:37 +01:00
RAM cost: 0.5 GB \* 16/4/1
2021-11-03 05:27:21 +01:00
2022-03-17 21:50:46 +01:00
Returns a boolean indicating whether or not the player is currently performing an action. These actions include working for a company/faction, studying at a university, working out at a gym, creating a program, committing a crime, or carrying out a Hacking Mission.
2021-11-03 05:27:21 +01:00