ExcelImportStatus Enumeration |
Namespace: NetQuarry
| Member name | Value | Description | |
|---|---|---|---|
| Queued | 1 | Import Job is Queued. | |
| Pending | 2 | Import Job has been picked up for processing | |
| InProgress | 3 | Import Job has been started | |
| Complete | 4 | Import job was successful and experienced no errors or warnings. | |
| Errors | 5 | Import job experienced import errors. | |
| Emailing | 6 | Import job is constructing the email. | |
| Cancelling | 7 | Import job should be cancelled. Typically by the user requesting the import. | |
| Cancelled | 8 | Import job has been cancelled. | |
| Warnings | 9 | Import job was successful with some warnings. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.