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