Click or drag to resize

ExcelImportStatus Enumeration

Tracks the status of an offline Excel import.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ExcelImportStatus
Members
  Member nameValueDescription
Queued1Import Job is Queued.
Pending2Import Job has been picked up for processing
InProgress3Import Job has been started
Complete4Import job was successful and experienced no errors or warnings.
Errors5Import job experienced import errors.
Emailing6Import job is constructing the email.
Cancelling7Import job should be cancelled. Typically by the user requesting the import.
Cancelled8Import job has been cancelled.
Warnings9Import job was successful with some warnings.
See Also