feat(xen-api): expose objectsFetched signal
This commit is contained in:
parent
6455b12b58
commit
746c301f39
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user