Audacity 3.2.0
|
Class used to track the upload operation. More...
#include <UploadService.h>
Public Member Functions | |
virtual | ~UploadOperation () |
virtual bool | IsCompleted ()=0 |
Returns true if the upload is finished. More... | |
virtual void | Abort ()=0 |
Abort the upload, if running. More... | |
virtual void | DiscardResult ()=0 |
Class used to track the upload operation.
Definition at line 92 of file UploadService.h.
|
virtualdefault |
|
pure virtual |
Abort the upload, if running.
Implemented in audacity::cloud::audiocom::anonymous_namespace{UploadService.cpp}::AudiocomUploadOperation.
|
pure virtual |
Abort the upload, if running, notify audio.com that the uploaded file is no longer needed otherwise
Implemented in audacity::cloud::audiocom::anonymous_namespace{UploadService.cpp}::AudiocomUploadOperation.
|
pure virtual |
Returns true if the upload is finished.
Implemented in audacity::cloud::audiocom::anonymous_namespace{UploadService.cpp}::AudiocomUploadOperation.