ITMSFNCCustomCloudFileConversion.ParseCancelJob Method
Parses the response of a cancel-job request and updates the job.
API unit family: TMSFNCCloudFileConversion
Declaring type: ITMSFNCCustomCloudFileConversion
Syntax
procedure ParseCancelJob(AJSON: TJSONValue; AJob: TTMSFNCCloudFileConversionJob; var AError: string);
Parameters
| Name | Description |
|---|---|
AJSON |
Parsed JSON response returned by the provider. |
AJob |
Job that was cancelled. |
AError |
Set to an error description when parsing fails. |