ITMSFNCCustomCloudFileConversion.ParseGetJobDetails Method
Parses the response of a job-details request and updates the job's status and output files.
API unit family: TMSFNCCloudFileConversion
Declaring type: ITMSFNCCustomCloudFileConversion
Syntax
procedure ParseGetJobDetails(AJSON: TJSONValue; AJob: TTMSFNCCloudFileConversionJob; var AError: string);
Parameters
| Name | Description |
|---|---|
AJSON |
Parsed JSON response returned by the provider. |
AJob |
Job whose details are being parsed. |
AError |
Set to an error description when parsing fails. |