TTMSFNCCustomCloudFileConversion.GetConvertJobById Method
Returns the job with the given provider identifier from the component's job collection.
API unit family: TMSFNCCloudFileConversion
Declaring type: TTMSFNCCustomCloudFileConversion
Syntax
function GetConvertJobById(AId: string): TTMSFNCCloudFileConversionJob;
Parameters
| Name | Description |
|---|---|
AId |
Identifier of the job to find. |
Returns
The matching job, or nil when no job matches.