DMDeploymentStatus Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration that describes the various stages a deployment could be in.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public enum DMDeploymentStatus
Members
Member nameValueDescription
DMDS_SETUP0Deployment is being set up.
DMDS_QUEUED1Deployment has been set up but has no schedule yet.
DMDS_SCHEDULED2Deployment has been scheduled.
DMDS_PREFETCHING3Assembling the list of recipients.
DMDS_PREFETCHED4The list of recipients has been assembled.
DMDS_SENDING5Actively sending the deployment.
DMDS_PAUSED6Deployment send is paused.
DMDS_ABORTED7Deployment send has been aborted.
DMDS_COMPLETED8Deployment has completed.
DMDS_PREFECTHING_IN_PROGRESS9Used internally only.
See Also