I have a situation where I nead to make sure that the vap is POVERED_OFF or POWERED_ON but I get strange status readings for example
directly after the command
_vapp.powerOff().waitForTask(0);
the status reading from
_vapp.getVappStatus()
is still POWERED_ON it should be POWERED_OFF
How can I get the accurate status off the vapp?