Function decide_command_outcome
pub fn decide_command_outcome(
kind: ChannelKind,
state: ChannelRuntimeState,
outcome: CommandOutcome,
consecutive_transport_failures: u32,
) -> CommandRuntimeDecisionExpand description
Decide command-level handling while reusing the channel runtime contract.