2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CorporationInfo](./bitburner.corporationinfo.md) > [state](./bitburner.corporationinfo.state.md)
|
|
|
|
|
|
|
|
## CorporationInfo.state property
|
|
|
|
|
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
|
|
|
|
state: string;
|
|
|
|
```
|