GetJobResult Method of Client Object (COM-based API)
Returns the xml-result of successfully completed or failed job that was started before in asynchronous mode via method ProcessFileAsync or ProcessXmlTicketAsync.
Visual Basic Syntax
Method GetJobResult(
JobId As String
) As XmlResult
C++ Syntax
HRESULT GetJobResult(
BSTR JobId,
IXmlResult** result
);
Parameters
JobId
[in] This parameter contains the job ID. The job ID must be a string returned by the IClient::ProcessFileAsync or IClient::ProcessXMLTicketAsync method.
result
[out] A pointer to an IXmlResult* pointer variable that receives the interface pointer of the XmlResult object.
Return Values
This method has no specific return values. It returns standard return values of ABBYY FineReader Server Open API functions.
See also
26.03.2024 13:49:49