# 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/23062de4/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/23062de4/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/23062de4/src/api/entities/Sto/types.ts#L13)

Between start and end date
