| InventoryStates Enumeration |
Possible values for inventory state
Namespace:
Law.EdaIntegration.Process
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax public enum InventoryStates
Members
| Member name | Value | Description |
---|
| Unconfigured | 0 |
Source has yet to be configured and enqueued. [Initial State]
|
| Pending | 1 |
Indicatates 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