UploadState Enumeration
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
public enum UploadState
public enum class UploadState
type UploadState
Public Enumeration 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. |
See Also
IAttachmentUploadEntry
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top