AsyncOperationResultState Enumeration |
Namespace: HightlanderSolutions.MeshCheckerEditorExtension.Async
public enum AsyncOperationResultState
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. |