Interface InstructionInfo

An instruction information object.

Hierarchy

  • InstructionInfo

Implemented by

Properties

created: string

The instruction creation date.

id: number

A unique identifier.

instructionDate: string

The instruction action date.

nodeId: number

The ID of the node the instruction targets.

parameters?: InstructionParameter[]

Parameters for the instruction.

resultParameters?: Record<string, any>

Result parameters returned with the instruction status update.

state: "Unknown" | "Queued" | "Queuing" | "Received" | "Executing" | "Declined" | "Completed"

The instruction state.

statusDate: string

The last instruction status change date.

topic: string

The instruction topic.

Generated using TypeDoc