Contents

SCNetworkReachabilityUnscheduleFromRunLoop(_:_:_:)

Unschedules the specified target from the specified run loop and mode.

Declaration

func SCNetworkReachabilityUnscheduleFromRunLoop(_ target: SCNetworkReachability, _ runLoop: CFRunLoop, _ runLoopMode: CFString) -> Bool

Parameters

  • target:

    The address or name that is set up for asynchronous notifications. Must not be NULL.

  • runLoop:

    The run loop on which the target should be unscheduled. Must not be NULL.

  • runLoopMode:

    The mode in which to unschedule the target. Must not be NULL.

Return Value

TRUE if the target is unscheduled successfully; otherwise, FALSE.

See Also

Preparing to Determine Reachability