Enum UploadResult
The result of the upload process
Namespace: Unity.Connect.Share.Editor
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 |