NSMetadataQuery
posts NSMetadataQueryGatheringProgress
as the query runs and then NSMetadataQueryDidFinishGathering
, when it's done. I'm receiving both notifications, and they work fine.
I notice, though, that when I get NSMetadaQueryDidFinishGathering
, there's never any new data since the final gathering progress. Is that guaranteed to always be the case?
I've read the docs for both these constants, and it's not clear to me if that's what was intended.
If I deal with incoming results in NSMetadataQueryDidFinishGathering?
, will that always get me every result?