pub unsafe extern "C" fn aeron_archive_try_stop_recording_subscription(
stopped_p: *mut bool,
aeron_archive: *mut aeron_archive_t,
subscription_id: i64,
) -> c_int
Expand description
Try to stop a recording for the specified subscription id. This is the subscription id returned from aeron_archive_start_recording or aeron_archive_extend_recording.
@param stopped_p out param indicating true if stopped, or false if the subscription is not currently active @param aeron_archive the archive client @param subscription_id the subscription id for the recording in the Aeron Archive @return 0 for success, -1 for failure