ExportRequestStatus Enumeration |
Defines the status of an export request.
Namespace:
Dundas.BI.Export
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntaxpublic enum ExportRequestStatus
Public Enumeration ExportRequestStatus
public enum class ExportRequestStatus
Members|
| Member name | Value | Description |
|---|
| Queued | 0 |
Indicates that the request is waiting in a queue to be processed.
|
| Processing | 1 |
The export request is currently processing.
|
| Completed | 2 |
The export request is complete.
|
| NotFound | 3 |
The export request was not found.
|
| Failed | 4 |
The export request failed.
|
| Cancelled | 5 |
The export request was cancelled.
|
| Empty | 6 |
The export request generated an empty file.
|
See Also