Click or drag to resize

ExportState Enumeration

The current state of processing an export

Namespace:  Law.EdaIntegration.Exports
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
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