'宣言 Public Enum AsyncStatus Inherits System.Enum
public enum AsyncStatus : System.Enum
'宣言 Public Enum AsyncStatus Inherits System.Enum
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.Win.Document.AsyncStatus