1 2 3 4 5 6 7 8 9 10
/** * Capture agent events for session_id while body runs. * * @effects: [host] * @errors: [] * @api_stability: experimental */ pub fn agent_capture_events(session_id, body) { return __host_agent_capture_events(session_id, body) }