Method: ContentServer::FileCopyClient#abort_copy

Defined in:
lib/content_server/queue_copy.rb

#abort_copy(checksum) ⇒ Object



266
267
268
# File 'lib/content_server/queue_copy.rb', line 266

def abort_copy(checksum)
  handle_message([:ABORT_COPY, checksum])
end