stopRepeat

suspend fun stopRepeat(context: Context, processUUID: String): ApiResult<Any>

Stops the planed repetition of the given process

Return

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

Parameters

context
    **Context** The application context.
processUUID
    **String** the process uuid.