Click or drag to resize

ExportState Enumeration

The current state of processing an export

Namespace:  EdaIntegrationContract.Exports
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public enum ExportState
Members
  Member nameValueDescription
Pending0 Export is queued up to be processed
InProgress1 Export is currently being processed
Complete2 Export processing is complete
ExceptionOccurred3 A fatal error occurred which prevented the processing from completing
See Also