BatchStatus Enumeration | |
Batch Status Enumeration
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax public enum class BatchStatus
PSI.Sox.BatchStatus = function();
PSI.Sox.BatchStatus.createEnum('PSI.Sox.BatchStatus', false);
Members
| Member name | Value | Description |
---|
| Staged | 0 |
Indicates that the batch has been staged.
|
| StageError | 1 |
Indicates that an error occured while staging the batch.
|
| Shipping | 2 |
Indicates that the batch is shipping.
|
| Shipped | 3 |
Indicate that the batch has been shipped.
|
| ShipError | 4 |
Indicates that an error occured while shipping the batch.
|
| Printing | 5 |
Indicates that the batch is printing.
|
| Printed | 6 |
Indicates that the batch has been printed.
|
| PrintError | 7 |
Indicates that an error occured while printing the batch.
|
| Voiding | 8 |
Indicates that the batch is voiding.
|
| Voided | 9 |
Indicates that the batch has been voided.
|
| VoidError | 10 |
Indicates that an error occured while voiding the batch.
|
See Also