TTMSFNCCloudFileConversion.GetConvertJobDetails Method
Requests the current details of a job, identified by its provider id, refreshing its status and output files.
API unit family: TMSFNCCloudFileConversion
Declaring type: TTMSFNCCloudFileConversion
Inherited from: TTMSFNCCustomCloudFileConversion
Overloads
Overload 1
Requests the current details of a job, identified by its provider id, refreshing its status and output files.
procedure GetConvertJobDetails(AJobId: string; ACallback: TTMSFNCCloudFileConversionJobCallBack = nil); overload;
Parameters
| Name | Description |
|---|---|
AJobId |
Identifier of the job to query. |
ACallback |
Optional callback invoked when the details have been retrieved. |
Overload 2
Requests the current details of the given job, refreshing its status and output files.
procedure GetConvertJobDetails(AJob: TTMSFNCCloudFileConversionJob; ACallback: TTMSFNCCloudFileConversionJobCallBack = nil); overload;
Parameters
| Name | Description |
|---|---|
AJob |
Job to query. |
ACallback |
Optional callback invoked when the details have been retrieved. |