async fn send_stop_on_enter(
tx: &Sender<Result<RtdlEvent, Status>>,
node: &NodeEventContext,
runtime: &PlanRuntime,
)Expand description
Emit the terminal event for an on_enter stop point on any RTDL node.
async fn send_stop_on_enter(
tx: &Sender<Result<RtdlEvent, Status>>,
node: &NodeEventContext,
runtime: &PlanRuntime,
)Emit the terminal event for an on_enter stop point on any RTDL node.