Skip to main content

report_action_result

Function report_action_result 

Source
pub async fn report_action_result(
    __arg0: State<DevServerState>,
    __arg1: Json<ActionResultReport>,
) -> impl IntoResponse
Expand 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.