TaskStatus Enum
In This Article
Lists the values that describe various task statuses.
Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Fault
|
The task is fault. |
In
|
The task is in progress. |
Complete
|
The task is compete. |
#Related API Members
The following properties accept/return TaskStatus values:
See Also