Enum UpdateFileStatus
The status of the file currently being downloaded.
Values
Name | Description |
0 |
Unknown The status of the file is unknown. |
1 |
Downloading The file is being downloaded. |
2 |
DownloadComplete The file has been fully downloaded. |
3 |
AwaitingAction This status is no longer used. |
4 |
Finished The file action has been completed. |
5 |
DownloadFailed The file failed to download. |
6 |
SizeCheckFailed The file downloaded, but the size check failed. |
7 |
HashCheckFailed The file downloaded, but the hash check failed. |
8 |
OperationFailed The file action was unsuccesful. |