Table of Contents

TTMSFNCCloudFileConversionJobStatus Enumeration

Status of a conversion job, reflecting where it is in the conversion lifecycle on the service.

API unit family: TMSFNCCloudFileConversion

Members

Name Description
fcjsUnknown The status could not be determined or has not been retrieved yet.
fcjsSuccessful The job completed successfully and output files are available.
fcjsWaiting The job is queued and waiting to be processed.
fcjsError The job failed with an error.
fcjsProcessing The job is currently being processed.
fcjsCancelled The job was cancelled before it completed.