> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TokenPauseStatus

> TokenPauseStatus is the Hedera protobuf enum indicating whether a token is paused, unpaused, or has no pause key configured on the network.

Possible Pause statuses returned on TokenGetInfoQuery.

| Enum Name            | Description                            |
| -------------------- | -------------------------------------- |
| `PauseNotApplicable` | Indicates that a Token has no pauseKey |
| `Paused`             | Indicates that a Token is Paused       |
| `Unpaused`           | Indicates that a Token is Unpaused     |
