Function SCNetworkReachabilityUnscheduleFromRunLoop

Source
pub unsafe extern "C-unwind" fn SCNetworkReachabilityUnscheduleFromRunLoop(
    target: &SCNetworkReachability,
    run_loop: &CFRunLoop,
    run_loop_mode: &CFString,
) -> bool
👎Deprecated
Available on crate feature SCNetworkReachability only.
Expand description

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

Parameter target: The address or name that is set up for asynchronous notifications. Must be non-NULL.

Parameter runLoop: A reference to a run loop from which the target should be unscheduled. Must be non-NULL.

Parameter runLoopMode: The mode on which to unschedule the target. Must be non-NULL.

Returns: Returns TRUE if the target is unscheduled successfully; FALSE otherwise.