iteratorsExcludeOfflineObjects

iteratorsExcludeOfflineObjects(enable: Boolean): Boolean;

The iteratorsExcludeOfflineObjects method of the Process class when called with the value of the enable parameter set to true, specifies that all iterators created by the calling process are to exclude objects stored in offline partitions from the iteration and takes effect on the next call to the next or back method.

This affects explicit collection iterators and foreach iterations over object collections executed by the calling process, including the Class::instances virtual collection.

The method returns the prior exclusion state, which user logic can restore, if required, when calls are nested.