> 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-v10/enums/instructionstatus.md).

# InstructionStatus

## Index

### Enumeration members

* [Executed](#executed)
* [Failed](#failed)
* [Pending](#pending)

## Enumeration members

### Executed

• **Executed**: = "Executed"

*Defined in* [*src/api/entities/Instruction/types.ts:8*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/api/entities/Instruction/types.ts#L8)

### Failed

• **Failed**: = "Failed"

*Defined in* [*src/api/entities/Instruction/types.ts:9*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/api/entities/Instruction/types.ts#L9)

### Pending

• **Pending**: = "Pending"

*Defined in* [*src/api/entities/Instruction/types.ts:7*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/api/entities/Instruction/types.ts#L7)
