ODQueryCallback
A callback function called as results from a scheduled query are returned.
Declaration
typealias ODQueryCallback = (ODQueryRef?, CFArray?, CFError?, UnsafeMutableRawPointer?) -> VoidDiscussion
Results from this function must be retained or copied. The results from any given call are partial. If both inResults and inError are NULL, the query has completed.