Enum StorageService<T>.FileTransferResult
- Namespace
- PlayEveryWare.EpicOnlineServices
Used to describe the results of a file transfer agnostic of whether the transfer is with player storage or title storage.
protected enum StorageService<T>.FileTransferResult
Fields
CancelRequest = 1
Indicates that the file transfer was canceled.
ContinueReading = 2
Indicates that the file transfer is still happening.
FailRequest = 0
Indicates that the file transfer failed.