ExportStatus.Status Property
In This Article
Details the current status of an exported document.
Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DataMember]
public TaskStatus Status { get; set; }
#Property Value
Type | Description |
---|---|
Task |
A Task |
Available values:
Name | Description |
---|---|
Fault | The task is fault. |
In |
The task is in progress. |
Complete | The task is compete. |
See Also