TransportResult

data class TransportResult(val runId: String, val actionId: String, val generation: ULong, val kind: TransportResultKind, val textFrame: String = "")

One result echoed to the Rust-owned transport state machine.

Constructors

Link copied to clipboard
constructor(runId: String, actionId: String, generation: ULong, kind: TransportResultKind, textFrame: String = "")

Properties

Link copied to clipboard

copied from the action

Link copied to clipboard

copied from the action

Link copied to clipboard

typed result

Link copied to clipboard

copied from the action

Link copied to clipboard

complete received frame only for TransportResultKind.FRAME_RECEIVED