# 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/7362b318/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/7362b318/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/7362b318/src/api/entities/Instruction/types.ts#L7)
