complete App Upload Batch
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
app Id
The ID of the app the upload batch belonged to
batch Id
The ID of the batch
batch EResult
The result of the upload batch