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