* @return UpdateSet
* @throws Exception
*/
private UpdateSet waitForUpdates() throws Exception {
UpdateSet updateSet;
PropertyCollector pc = VcContext.getService().getPropertyCollector();
logger.debug("waitForUpdates");
updateSet = pc.waitForUpdatesEx(currentVersion, waitForUpdateOptions);
return updateSet;
}