@accepts(RB.TrackTransferBatch) @returns(none) def start_batch(batch)
Adds a new transfer batch to the transfer queue; if the queue is currently empty, the transfer will start immediately, but not before the call returns.
batch : |
the RB.TrackTransferBatch to add to the queue |