Hi all,
I'm applying a Customisation Spec to a VM and then starting the VM up.
I currently have a sleep timer set to basically wait a finite amount of time for the customisation to complete before continuing with other tasks in the workflow. Whilst this works, its a bit dirty and has no real guarantee that the customisation has finished before the workflow continues.
How can I confirm that the customisation has applied and been a success or failure? I can see that there are VcCustomizationSucceeded and VcCustomizationFailed objects but have no idea how I should be accessing them, or event if that's what I should be checking.
I guess my input parameter should be the VM that's getting customized??
Thanks