is_quiescent


Description:

public bool is_quiescent { get; }

Whether the aggregator has reached a quiescent state. This will happen at some point after IndividualAggregator.prepare has successfully completed for the aggregator. An aggregator is in a quiescent state when all the PersonaStores listed by its backends have reached a quiescent state.

It's guaranteed that this property's value will only ever change after IndividualAggregator.is_prepared has changed to `true`.

Since:

0.6.2