DMDeploymentStatus Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File
An enumeration that describes the various stages a deployment could be in.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMDeploymentStatus
Public Enumeration DMDeploymentStatus
public enum class DMDeploymentStatus
DMLibrary.DMDeploymentStatus = function();
DMLibrary.DMDeploymentStatus.createEnum('DMLibrary.DMDeploymentStatus', false);
Members | Member name | Value | Description |
---|
| DMDS_SETUP | 0 | Deployment is being set up. |
| DMDS_QUEUED | 1 | Deployment has been set up but has no schedule yet. |
| DMDS_SCHEDULED | 2 | Deployment has been scheduled. |
| DMDS_PREFETCHING | 3 | Assembling the list of recipients. |
| DMDS_PREFETCHED | 4 | The list of recipients has been assembled. |
| DMDS_SENDING | 5 | Actively sending the deployment. |
| DMDS_PAUSED | 6 | Deployment send is paused. |
| DMDS_ABORTED | 7 | Deployment send has been aborted. |
| DMDS_COMPLETED | 8 | Deployment has completed. |
| DMDS_PREFECTHING_IN_PROGRESS | 9 | Used internally only. |
See Also