Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |