| InventoryStates Enumeration |
Possible values for inventory state
Namespace:
EdaIntegrationContract.Process
Assembly:
EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax public enum InventoryStates
Members
| Member name | Value | Description |
---|
| Unconfigured | 0 |
Source has yet to be configured and enqueued. [Initial State]
|
| Pending | 1 |
Indicates the source has been configured and enqueued and is awaiting inventory
|
| InProgress | 2 |
Indicates that inventory has been started [Set manually]
|
| Aborted | 3 |
Indicates inventory abort/failure
|
| Complete | 4 |
Indicates that the inventory has been completed
|
See Also