struct CommandResultData
fbs/control.fbs / Source schema
Result, progress, and routing information for command execution. Sent as the queryable reply for command requests; InProgress replies may stream until a terminal result is reached.
FlatBuffers root table: CommandResult
| Name | Type | Unit / Scale | Notes |
|---|---|---|---|
timestamp_us | ulong | microseconds | Result timestamp in monotonic boot time. |
result_detail | int | Producer-defined extended result or error detail. | |
command_id | ushort | Command identifier this result refers to. | |
result | synapse.types.CommandResultCode | Command execution result. | |
progress_pct | ubyte | percent | Completion progress from 0 to 100 while InProgress. |
target_system | ubyte | System identifier that produced or should receive the result. | |
target_component | ubyte | Component identifier that produced or should receive the result. |