# types.TransactionQueueStatus

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / [types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types) / TransactionQueueStatus

## Enumeration: TransactionQueueStatus

[types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types).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)
