# types.TransactionStatus

[@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) / TransactionStatus

## Enumeration: TransactionStatus

[types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types).TransactionStatus

### Table of contents

#### Enumeration Members

* [Aborted](#aborted)
* [Failed](#failed)
* [Idle](#idle)
* [Rejected](#rejected)
* [Running](#running)
* [Succeeded](#succeeded)
* [Unapproved](#unapproved)

### Enumeration Members

#### Aborted

• **Aborted**

the transaction couldn't be broadcast. It was either dropped, usurped or invalidated see <https://github.com/paritytech/substrate/blob/master/primitives/transaction-pool/src/pool.rs#L58-L110>

**Defined in**

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

***

#### Failed

• **Failed**

the transaction's execution failed due to a revert

**Defined in**

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

***

#### Idle

• **Idle**

the transaction is prepped to run

**Defined in**

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

***

#### Rejected

• **Rejected**

the transaction was rejected by the signer

**Defined in**

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

***

#### Running

• **Running**

the transaction is being executed

**Defined in**

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

***

#### Succeeded

• **Succeeded**

the transaction was run successfully

**Defined in**

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

***

#### Unapproved

• **Unapproved**

the transaction is waiting for the user's signature

**Defined in**

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