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