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

ExtractUpdateResult Enum

Lists values passed as a parameter to the action specified in the UpdateExtractDataSourcesAsync method overloads.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum ExtractUpdateResult

Members

Name Description
Succeed

The extract data source is updated successfully.

AlreadyUpdating

The extract data source is being updated by another process.

Error

An error occurs while the extract data source is being updated.

Remarks

The ExtractUpdateResult enumeration is a parameter for the action specified in the following methods:

See Also