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

# TokenPauseStatus

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     |
