Is there a way to find out when a Test failover or other operation completes when we run the Start API?
Right now, I've put a sleep for a long enough time after executing the Start() command and then verify the result of the operation using GetHistory().
But since the time of the operation can vary, I prefer not to use sleep.
So is there a way to poll the Start() API and find out when the operation ends? I believe the return value for Start() is null.





