3.1.4.22.2.2 RecordUIQueryDoneResponse

msdn link

The RecordUIQueryDoneResponse element specifies the result data for the RecordUIQueryDone WSDL operation.

 <xs:element name="RecordUIQueryDoneResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="RecordUIQueryDoneResult" type="xs:boolean"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

RecordUIQueryDoneResult:  Specifies whether verbose query monitoring is turned on for search application. The protocol server MUST return "true" if it is turned on; the protocol MUST return "false" if it is turned off. If "true" was returned, in the subsequent call the protocol client MUST include both aggregated and verbose query latency information in the buffer element; if "false" is returned, in the subsequent call the protocol client MUST only include aggregated query latency information in the buffer element.