Represents the possible states during the upload process.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Enumeration UploadState
public enum UploadState
public enum class UploadState
type UploadState
public enum UploadState
Members
| Member name | Description | |
|---|---|---|
| Cancelled | The user canceled the upload. | |
| Completed | The attachment has been successfully uploaded. | |
| Failed | The upload failed. | |
| Paused | The upload has been paused until queued again. | |
| Queued | Ready to be uploaded. (The initial state.) | |
| Uploading | The attachment is being uploaded. |