Contents

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?) -> Bool

Parameters

  • 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.

See Also

Managing Notifications and Callbacks