# TransactionStatus

## Index

### Enumeration members

* [Aborted](/polymesh-sdk-api-reference/docs-v4/enums/transactionstatus.md#aborted)
* [Failed](/polymesh-sdk-api-reference/docs-v4/enums/transactionstatus.md#failed)
* [Idle](/polymesh-sdk-api-reference/docs-v4/enums/transactionstatus.md#idle)
* [Rejected](/polymesh-sdk-api-reference/docs-v4/enums/transactionstatus.md#rejected)
* [Running](/polymesh-sdk-api-reference/docs-v4/enums/transactionstatus.md#running)
* [Succeeded](/polymesh-sdk-api-reference/docs-v4/enums/transactionstatus.md#succeeded)
* [Unapproved](/polymesh-sdk-api-reference/docs-v4/enums/transactionstatus.md#unapproved)

## Enumeration members

### Aborted

• **Aborted**: = "Aborted"

*Defined in* [*src/types/index.ts:52*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L52)

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>

### Failed

• **Failed**: = "Failed"

*Defined in* [*src/types/index.ts:47*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L47)

the transaction's execution failed due to a revert

### Idle

• **Idle**: = "Idle"

*Defined in* [*src/types/index.ts:27*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L27)

the transaction is prepped to run

### Rejected

• **Rejected**: = "Rejected"

*Defined in* [*src/types/index.ts:39*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L39)

the transaction was rejected by the signer

### Running

• **Running**: = "Running"

*Defined in* [*src/types/index.ts:35*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L35)

the transaction is being executed

### Succeeded

• **Succeeded**: = "Succeeded"

*Defined in* [*src/types/index.ts:43*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L43)

the transaction was run successfully

### Unapproved

• **Unapproved**: = "Unapproved"

*Defined in* [*src/types/index.ts:31*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L31)

the transaction is waiting for the user's signature


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/enums/transactionstatus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
