cancel_batch

@accepts(RB.TrackTransferBatch)
@returns(none)
def cancel_batch(batch)

Removes a transfer batch from the queue. If an entry from the batch is currently being transferred, the transfer will be aborted.

batch :

the RB.TrackTransferBatch to cancel, or NULL for the current batch