FlexReport for WinForms
AsyncStatus 列挙体


C1.Document アセンブリ > C1.Document 名前空間 : AsyncStatus 列挙体
Specifies the status of an asynchronous operation.
シンタックス
'宣言
 
Public Enum AsyncStatus 
   Inherits System.Enum
'使用法
 
Dim instance As AsyncStatus
public enum AsyncStatus : System.Enum 
メンバ
メンバ解説
Canceled
The operation was canceled.
Completed
The operation has completed.
Error
The operation has encountered an error.
Started
The operation has started.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Document.AsyncStatus

参照

参照

C1.Document 名前空間