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

32 lines
1018 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; [stopAction](./bitburner.singularity.stopaction.md)
## Singularity.stopAction() method
2022-01-16 00:39:37 +01:00
Stop the current action.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
stopAction(): boolean;
```
<b>Returns:</b>
boolean
True if the players action was ended, false if the player was not performing an action.
## Remarks
2022-01-16 00:39:37 +01:00
RAM cost: 1 GB \* 16/4/1
2021-11-03 05:27:21 +01:00
This function is used to end whatever action the player is currently performing. The player will receive whatever money/experience/etc. he has earned from that action.
The actions that can be stopped with this function are:
\* Studying at a university \* Working for a company/faction \* Creating a program \* Committing a Crime
This function will return true if the players action was ended. It will return false if the player was not performing an action when this function was called.