Skip to content

rc_client_abort_async

Jamiras edited this page Jun 30, 2023 · 1 revision

Informs the rc_client_t that an asynchronous task is no longer required.

Syntax

void rc_client_abort_async(
    rc_client_t* client,
    rc_client_async_handle_t* async_handle
);

Parameters

client

The rc_client_t instance owning the asynchronous task.

async_handle

A handle to the task that should be aborted.

Remarks

Stops processing the asynchronous task at the next opportune moment. The callback associated to the cancelled task will not be called.

Minimum version: 11.0.0

See also

rc_client_begin_change_media

rc_client_begin_fetch_leaderboard_entries

rc_client_begin_fetch_leaderboard_entries_around_user

rc_client_begin_identify_and_load_game

rc_client_begin_load_game

rc_client_begin_login_with_password

rc_client_begin_login_with_token

rcheevos

rc_client

Integration guide

client

user

game

processing

rc_client_raintegration

Integration guide

rc_runtime

rhash

rapi

common

user

runtime

info

Clone this wiki locally