SCPreferencesSetDispatchQueue(_:_:)
Schedules commit and apply notifications for the specified preferences session using the specified dispatch queue.
Declaration
func SCPreferencesSetDispatchQueue(_ prefs: SCPreferences, _ queue: dispatch_queue_t?) -> BoolParameters
- prefs:
The preferences session.
- queue:
The dispatch queue on which to run the callback function.
Return Value
TRUE if the notifications are successfully scheduled; otherwise, FALSE.