Udostępnij za pośrednictwem


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

'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.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

IAttachmentUploadEntry