SC_ChallengesController_Cancel()
Method for Request Cancellation.
Synopsis:
#include <scoreloop/sc_challenges_controller.h>
SC_Error_t SC_ChallengesController_Cancel(SC_ChallengesController_h self)
Arguments:
- self
-
An opaque handle of the challenges controller instance.
Library:
libscoreloopcoreDescription:
Method to cancel or abort any ongoing request or operation initiated by this particular controller instance.
Returns:
SC_Error_t A return code (A value of SC_OK indicates success, any other value indicates an error).