completeAppUploadBatch

fun completeAppUploadBatch(appId: Int, batchId: Long, batchEResult: EResult = EResult.OK, parentScope: CoroutineScope = CoroutineScope(Dispatchers.IO)): CompletableFuture<Unit>

Tells Steam that the app upload batch has completed and waits for an empty response acknowledging the notification

Parameters

appId

The ID of the app the upload batch belonged to

batchId

The ID of the batch

batchEResult

The result of the upload batch