Click or drag to resize

InventoryStates Enumeration

Possible values for inventory state

Namespace:  EdaIntegrationContract.Process
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public enum InventoryStates
Members
  Member nameValueDescription
Unconfigured0 Source has yet to be configured and enqueued. [Initial State]
Pending1 Indicates 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