pub unsafe static kMDQueryDidFinishNotification: Option<&'static CFString>Available on crate feature
MDQuery only.Expand description
The name of the notification sent to indicate that the query has finished with the initial result-gathering phase, and may now proceed into the live-update phase (if that option was chosen when the query was executed). This notification often shortly follows after the last progress notification. It is usually not necessary to update any displayed UI in response to this notification, since it doesn’t indicate any change in the result list of a query.
See also Apple’s documentation