pub async fn report_action_result(
__arg0: State<DevServerState>,
__arg1: Json<ActionResultReport>,
) -> impl IntoResponseExpand description
POST /rdesktop/agent/action/result
Receive a real execution receipt from the injected bridge. Receipts are
retained only for callers that explicitly requested wait=true.