> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/enums/stotimingstatus.md).

# StoTimingStatus

## Index

### Enumeration members

* [Expired](#expired)
* [NotStarted](#notstarted)
* [Started](#started)

## Enumeration members

### Expired

• **Expired**: = "Expired"

*Defined in* [*src/api/entities/Sto/types.ts:17*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/api/entities/Sto/types.ts#L17)

End date reached

### NotStarted

• **NotStarted**: = "NotStarted"

*Defined in* [*src/api/entities/Sto/types.ts:9*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/api/entities/Sto/types.ts#L9)

Start date not reached yet

### Started

• **Started**: = "Started"

*Defined in* [*src/api/entities/Sto/types.ts:13*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/api/entities/Sto/types.ts#L13)

Between start and end date
