Hi!
I looked at the provided samples, and that one just submits a job to the ConvServer and vCenter, right!?
So to know if the job succeeded, app has to poll vCenter?
Is that the only way to get a result of an invokes P2V job?
Thx,
Tos2k
I would suggest to monitor the job's active task after the job is created.
Please take into consideration the task is created not immediately with the job but a little later; sleeping for 1 second shoud be enough.
Retrieving 'activeTask' from ConverterServerJobJobInfo, then get 'info' from ConverterTask and monitor its 'state' property (or better have a peroperty collector monitor it)
HTH
Plamen
OK, no synchronous jobs on Converter API, got that.
Tos2k
