feat(xen-api): expose objectsFetched signal

This commit is contained in:
Julien Fontanet 2019-03-29 16:12:39 +01:00
parent 6455b12b58
commit 746c301f39

View File

@ -495,6 +495,10 @@ export class Xapi extends EventEmitter {
return this._objects return this._objects
} }
get objectsFetched() {
return this._objectsFetched
}
// ensure we have received all events up to this call // ensure we have received all events up to this call
// //
// optionally returns the up to date object for the given ref // optionally returns the up to date object for the given ref