stopRepeat

abstract suspend fun stopRepeat(context: Context): ApiResult<Any>

Stops the planed repetition of current process

Return

ApiResultApiResult.Success if the repeat stopped successfully, ApiResult.Error<MyBusinessError> otherwise

Parameters

context

Context The application context.