2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2023-10-23 10:48:06 +02:00
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CorporationInfo](./bitburner.corporationinfo.md) > [nextState](./bitburner.corporationinfo.nextstate.md)
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2023-10-23 10:48:06 +02:00
|
|
|
## CorporationInfo.nextState property
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2023-09-12 07:25:51 +02:00
|
|
|
The next state to be processed.
|
|
|
|
|
|
|
|
I.e. when the state is PURCHASE, it means purchasing will occur during the next state transition.
|
|
|
|
|
|
|
|
Possible states are START, PURCHASE, PRODUCTION, EXPORT, SALE.
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
2023-10-23 10:48:06 +02:00
|
|
|
nextState: CorpStateName;
|
2022-10-21 17:16:00 +02:00
|
|
|
```
|