Contents

NSMetadataQuery.DidFinishGatheringMessage

A message a metadata query sends when it finishes the initial result-gathering phase of the query.

Declaration

struct DidFinishGatheringMessage

Overview

Observe this message with the identifier didFinishGathering, or specify its type directly to the addObserver(of:for:using:) method. The Subject of this message type is NSMetadataQuery.

This message interoperates with the notification NSMetadataQueryDidFinishGathering. The system notifies observers of the message when the NotificationCenter posts the notification. Similarly, the system notifies observers of the notification when it posts the message.

Topics

Creating a message

See Also

Working with notification messages