Before a vApp is deleted, I would like to capture data for the VM's inside of the vApp in order to log how much resource is freed.
Using vCD 5.1, it appears that as soon as the vApp Deletion blocking task is underway, the vclvApp object contains no vm's when using the getChildrenVms() method. However, if I try to fill that variable after a "blockingTask.abort("");System.sleep(1000);" the variable containing getChildrenVms() will populate. How am I supposed to get to this data without aborting the task?