TTMSFNCCustomCloudFileConversion.GetConvertJobs Method
Retrieves the list of conversion jobs from the service and stores them in the component.
API unit family: TMSFNCCloudFileConversion
Declaring type: TTMSFNCCustomCloudFileConversion
Syntax
procedure GetConvertJobs(AAll: boolean = True; ANumberOfJobs: Integer = 50; ACallback: TTMSFNCCloudFileConversionJobsCallBack = nil);
Parameters
| Name | Description |
|---|---|
AAll |
When True, requests all jobs; otherwise only the most recent ones. |
ANumberOfJobs |
Maximum number of jobs to retrieve. |
ACallback |
Optional callback invoked when the job list has been retrieved. |