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

# InstructionStatus

## Index

### Enumeration members

* [Pending](/polymesh-sdk-api-reference/docs-v2/enums/instructionstatus.md#pending)
* [Unknown](/polymesh-sdk-api-reference/docs-v2/enums/instructionstatus.md#unknown)

## Enumeration members

### Pending

• **Pending**: = "Pending"

*Defined in* [*src/api/entities/Instruction/types.ts:12*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/api/entities/Instruction/types.ts#L12)

### Unknown

• **Unknown**: = "Unknown"

*Defined in* [*src/api/entities/Instruction/types.ts:13*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/api/entities/Instruction/types.ts#L13)
