[Home](./index.md) > [bitburner](./bitburner.md) > [CorporationInfo](./bitburner.corporationinfo.md) > [prevState](./bitburner.corporationinfo.prevstate.md) ## CorporationInfo.prevState property The last state that got processed. I.e. when that state is PURCHASE, it means purchasing just happened. Possible states are START, PURCHASE, PRODUCTION, EXPORT, SALE. **Signature:** ```typescript prevState: CorpStateName; ```