Skip to content

api.entities.Instruction.types.InstructionStatus

polymath-eric edited this page Jun 11, 2024 · 56 revisions

Enumeration: InstructionStatus

api/entities/Instruction/types.InstructionStatus

Table of contents

Enumeration Members

Enumeration Members

Failed

Failed = "Failed"

Defined in

api/entities/Instruction/types.ts:16


Pending

Pending = "Pending"

Defined in

api/entities/Instruction/types.ts:15


Rejected

Rejected = "Rejected"

Defined in

api/entities/Instruction/types.ts:18


Success

Success = "Success"

Defined in

api/entities/Instruction/types.ts:17

Clone this wiki locally