Enum DownloadResult
Options for the result returned by a download operation.
Namespace: UnityEditor.Build.CacheServer
Syntax
public enum DownloadResult
Fields
Name | Description | Value |
---|---|---|
Failure | Use to indicate that the operation failed. |
0 |
FileNotFound | Use to indicate that the operation failed because it could not locate the specified file. |
1 |
Success | Use to indicate that the operation succedeed. |
2 |