Hi All,
I am trying to perform a p2v conversion using the converter 5.5 sdk . I was able to set all the properties and submit the job.
I have used ConverterServerConversionConversionJobInfo result = converterService.ConverterServerConversionManagerCreateJob(converterServerContent.conversionManager,jobSpec,null); to submit the job.
I wanted to know is there a way we can monitor the progress of the task in percentage and the status of the task .
When i check the
ConverterServerConversionConversionJobInfo class also has MOR to the job and scheduled task . but i am currently struck at how to use them to find the progress of the submitted job.
Thanks,
Kiran