Enum ShipmentStatus
Status for shipment (started, cancelled etc) This Enum is used by: s_shipment.status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum ShipmentStatus : short
Fields
Name | Description |
---|---|
AwaitPopulate | 9: Awaiting ejournalCron to start populate |
Canceled | 2: Stopped by user. |
Deleted | 8: Deleted |
None | 0: Initial status, shipment is left alone, can be used for working with shipment |
Ok | 1: Finished, no errors. |
PopulateAborted | 11: eJournalCron has started populating, but by user request it is canceled. Now we finish populating, and then set status back to none. |
PopulateError | 12: |
Populating | 7: Between waiting and starting. Used when we populate the recipient lists. |
PopulatingOnly | 10: eJournalCron has started populateOnly after someone saved choose recipients screen. |
Retry | 6: Retrying the addresses which did not work |
Started | 4: Executing (sending). |
StatusFailed | 5: Finished, had some errors. |
TooManyRecipients | 13: |
Waiting | 3: Ready for execution, in the queue. |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.ShipmentStatus, To>()