Enum UploadResult
Options for representing the result of the upload process
Namespace: Unity.Play.Publisher.Editor
Assembly: Unity.Play.Publisher.Editor.dll
Syntax
public enum UploadResult
Fields
| Name | Description |
|---|---|
| Cancelled | The upload process was manually interrupted by the user |
| Failed | The upload process was automatically interrupted by an error |
| Succeeded | The upload process succeeded |