[]
        
(Showing Draft Content)

C1.Document.AsyncStatus

AsyncStatus Enum

Specifies the status of an asynchronous operation.

Namespace: C1.Document
Assembly: C1.Document.4.6.2.dll
Syntax
public enum AsyncStatus
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.