Version

RecordExportStatus Enumeration

Enumeration indicating the status of the export operation.
Syntax
'Declaration
 
Public Enum RecordExportStatus 
   Inherits System.Enum
public enum RecordExportStatus : System.Enum 
Members
MemberDescription
ExportingAn asynchronous export operation is in progress.
InitializingAn asynchronous export operation has started and is in the process of being initialized for the export operation.
NotExportingNo export operations are in progress
PendingAn asynchronous export operation has been queued. The control will remain in this state while other previously requested asynchronous export operations have been initiated for other DataPresenter instances.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also