Optional_setIsPerforming: (value: boolean) => voidOptionalparent: IQueryScopeGets whether or not any queries or observable queries are currently being performed in this scope or any child scopes.
Gets the parent scope, if any.
Add a child scope to this scope for aggregate state tracking.
Child scope to add.
Notify the scope that a query or observable query has completed performing. Call this when a query finishes executing.
Notify the scope that a query or observable query has started performing. Call this when a query begins executing.
Represents an implementation of IQueryScope.