ListOperationStatusCode Enumeration
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies possible states of a MailingList operation.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration ListOperationStatusCode
'Usage
Dim instance As ListOperationStatusCode
[ComVisibleAttribute(false)]
public enum ListOperationStatusCode
[ComVisibleAttribute(false)]
public enum class ListOperationStatusCode
public enum ListOperationStatusCode
Members
Member name | Description | |
---|---|---|
Failed | The operation failed. | |
Completed | The operation completed successfully. | |
InProgress | The operation is currently in progress. | |
UploadTimeout | The upload step of the operation timed out. | |
OperationTimeoutRequested | The operation has been marked as timing out, but has not actually timed out yet. | |
OperationTimeout | The operation timed out. | |
UserAbortRequested | A user has requested that this operation be canceled, but it has not actually been canceled yet. | |
UserAborted | A user canceled the operation. |
Remarks
The enumeration value can specify the current status of a MailingList operation.