> 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-alpha/enums/types.transactionqueuestatus.md).

# types.TransactionQueueStatus

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md) / TransactionQueueStatus

## Enumeration: TransactionQueueStatus

[types](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md).TransactionQueueStatus

### Table of contents

#### Enumeration Members

* [Failed](#failed)
* [Idle](#idle)
* [Running](#running)
* [Succeeded](#succeeded)

### Enumeration Members

#### Failed

• **Failed**

a critical transaction's execution failed. This might mean the transaction was rejected, failed due to a revert or never entered a block

**Defined in**

[types/index.ts:81](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L81)

***

#### Idle

• **Idle**

the queue is prepped to run

**Defined in**

[types/index.ts:71](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L71)

***

#### Running

• **Running**

transactions in the queue are being executed

**Defined in**

[types/index.ts:75](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L75)

***

#### Succeeded

• **Succeeded**

the queue finished running all of its transactions. Non-critical transactions might still have failed

**Defined in**

[types/index.ts:86](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L86)
