var instance = new Vintasoft.Imaging.WebImageConverterJS(updateTimeout, service); var value; // Type: object value = instance.get_ConvertationStatus();
function get_ConvertationStatus() : object;
Return Value
A last received image file convertation process status OR null if status has not been received. Object has the following properties:
- description (string): The image file converting status. Possible values: "Encoding", "Finished" or "Aborted".
- errorMessage (string): Error message.
- progress (number): The progress, in percents, of synchronous file converting.
- currentImageIndex (number): A zero-based index, which defines image that is being converting now.
- convertedImageCount (number): The total number of converted images.
- resultFilesIds (object): An array of identificators of the converted files.