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

ScheduledJobResultCatalogItemDto.Status Property

Specifies the status of a task or result of its execution.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DataMember]
public JobResultStatus Status { get; set; }

Property Value

Type Description
JobResultStatus

A JobResultStatus enumeration value.

Available values:

Name Description
Fail

The task execution failed.

Success

The task execution was successful.

Snoozed

The task execution is postponed for one minute due to problems connecting to the Report Server or database.

InProgress

The task is currently being executed.

See Also