Skip to main content
A newer version of this page is available. .

TaskStatus Enum

Lists the values that describe various task statuses.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[DataContract]
public enum TaskStatus

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