Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
Queued | Ready to be uploaded. (The initial state.) | |
Uploading | The attachment is being uploaded. | |
Completed | The attachment has been successfully uploaded. | |
Paused | The upload has been paused until queued again. | |
Cancelled | The user canceled the upload. | |
Failed | The upload failed. |