> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for ShipmentStatus

> Lists the enum values for ShipmentStatus.

## ShipmentStatus Enum

Sending/stopped/failed etc.

| Name              | Value | Description                                                                                                                          |
| ----------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------ |
| None              | 0     | Initial status, shipment is left alone, can be used for working with shipment                                                        |
| Ok                | 1     | Finished, no errors.                                                                                                                 |
| Canceled          | 2     | Stopped by user.                                                                                                                     |
| Waiting           | 3     | Ready for execution, in the queue.                                                                                                   |
| Started           | 4     | Executing (sending).                                                                                                                 |
| StatusFailed      | 5     | Finished, had some errors.                                                                                                           |
| Retry             | 6     | Retrying the addresses which did not work                                                                                            |
| Populating        | 7     | Between waiting and starting. Used when we populate the recipient lists.                                                             |
| Deleted           | 8     | Deleted                                                                                                                              |
| AwaitPopulate     | 9     | Awaiting ejournalCron to start populate                                                                                              |
| PopulatingOnly    | 10    | eJournalCron has started populateOnly after someone saved choose recipients screen.                                                  |
| 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    |                                                                                                                                      |
| TooManyRecipients | 13    |                                                                                                                                      |

## Usage

* [s\_shipment](../s-shipment).status - Contains info about one shipment. The addresses are stored in s\_shipment\_addr


## Related topics

- [Enum ShipmentStatus](/en/automation/crmscript/reference/CRMScript.NetServer.ShipmentStatus.md)
- [SuperOffice.WebApi.Data.ShipmentStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.ShipmentStatus.md)
- [Enum values for ShipmentAddrStatus](/en/database/tables/enums/shipmentaddrstatus.md)
- [Enum values for ShipmentListStatus](/en/database/tables/enums/shipmentliststatus.md)
- [Enum ShipmentAddrStatus](/en/automation/crmscript/reference/CRMScript.NetServer.ShipmentAddrStatus.md)
- [Enum ShipmentListStatus](/en/automation/crmscript/reference/CRMScript.NetServer.ShipmentListStatus.md)
