|  | AsyncOperationResultState Enumeration | 
Namespace: HightlanderSolutions.MeshCheckerEditorExtension.Async
 Syntax
Syntaxpublic enum AsyncOperationResultState
 Members
Members| Member name | Value | Description | |
|---|---|---|---|
| Success | 0 | The async operation successfuly ended. | |
| Aborted | 1 | The async operation aborted manually. | |
| Error | 2 | The async operation canceled by error or exception. | 
 See Also
See Also