Click or drag to resize

ExcelExportStatus Enumeration

Tracks the status of an offline Excel export.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ExcelExportStatus
Members
  Member nameValueDescription
Queued1Export Job is Queued.
Pending2Export Job has been picked up for processing
InProgress3Export Job has been started
Querying4Export job is querying the underlying data .
Generating5Export job is generating the export file.
Converting6Export job is converting the export file to native Excel format.
Complete7Export job is complete.
Failed8Export job failed.
DocStorage9Export job is saving exported file to doc storage.
Emailing10Export job is constructing the email.
Cancelling11Export job should be cancelled. Typically by the user requesting the export.
Cancelled12Export job has been cancelled.
See Also