Click or drag to resize

AsyncOperationResultState Enumeration

Represents a state of the async operation result.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Async
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public enum AsyncOperationResultState
Members
  Member nameValueDescription
Success0 The async operation successfuly ended.
Aborted1 The async operation aborted manually.
Error2 The async operation canceled by error or exception.
See Also