ExcelExportStatus Enumeration |
Namespace: NetQuarry
| Member name | Value | Description | |
|---|---|---|---|
| Queued | 1 | Export Job is Queued. | |
| Pending | 2 | Export Job has been picked up for processing | |
| InProgress | 3 | Export Job has been started | |
| Querying | 4 | Export job is querying the underlying data . | |
| Generating | 5 | Export job is generating the export file. | |
| Converting | 6 | Export job is converting the export file to native Excel format. | |
| Complete | 7 | Export job is complete. | |
| Failed | 8 | Export job failed. | |
| DocStorage | 9 | Export job is saving exported file to doc storage. | |
| Emailing | 10 | Export job is constructing the email. | |
| Cancelling | 11 | Export job should be cancelled. Typically by the user requesting the export. | |
| Cancelled | 12 | Export job has been cancelled. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.