Click or drag to resize

SourceStates Enumeration

Possible values for source state

Namespace:  EdaIntegrationContract.Process
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public enum SourceStates
Members
  Member nameValueDescription
Pending0 Indicates source has been added, but no work has been started
InProgress1 An item in this source has been processed
Failed2 Source processing failed
Complete3 Source processing completed
DeletePending4 Indicates the source has been queued for delete
DeleteFailed5 Indicates the source delete failed
See Also