[]
        
(Showing Draft Content)

C1.WPF.Document.AsyncStatus

AsyncStatus Enum

Specifies the status of an asynchronous operation.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public enum AsyncStatus

Fields

Name Description
Canceled

The operation was canceled.

Completed

The operation has completed.

Error

The operation has encountered an error.

Started

The operation has started.