Click or drag to resize

InventoryStates Enumeration

Possible values for inventory state

Namespace:  Law.EdaIntegration.Process
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax
C#
public enum InventoryStates
Members
  Member nameValueDescription
Unconfigured0 Source has yet to be configured and enqueued. [Initial State]
Pending1 Indicatates the source has been configured and enqueued and is awaiting inventory
InProgress2 Indicates that inventory has been started [Set manually]
Aborted3 Indicates inventory abort/failure
Complete4 Indicates that the inventory has been completed
See Also