PromoCodeOperationStatusCode Enumeration
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Describes the status of a current or completed promotion code generation task.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration PromoCodeOperationStatusCode
'Usage
Dim instance As PromoCodeOperationStatusCode
[ComVisibleAttribute(false)]
public enum PromoCodeOperationStatusCode
[ComVisibleAttribute(false)]
public enum class PromoCodeOperationStatusCode
public enum PromoCodeOperationStatusCode
Members
Member name | Description | |
---|---|---|
Succeeded | The last promotion code operation completed successfully. | |
Queued | A new generation/import task has been defined but codes have not started being generated for the batch yet. This value will also be returned for PromoCodeDefinition objects for which there are no generation tasks. | |
InProgress | The promocode operation is currently in progress. | |
Failed | The promocode operation failed. | |
Uploading | The import operation is in the Upload phase. | |
Exporting | The export operation is in progress. | |
Canceled | The promocode operation has been canceled. | |
FinishedWithErrors | The import task finished but some codes were not imported due to errors. | |
TimedOut | The import task timed out. |
Remarks
The enumeration value specifies the status of a current or completed promotion code generation task.