|  | InhibitedAsyncOperationT Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: HightlanderSolutions.MeshCheckerEditorExtension.Async
 Syntax
SyntaxThe InhibitedAsyncOperationT type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | InhibitedAsyncOperationT | 
                Initializes a new instance of the InhibitedAsyncOperationT class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsEnded | 
                Gets a value indicating whether the asynchronous operation ended.
             | 
|  | Progress | 
                Gets the current progress. The value stays between 0f and 1f, where 1f = ended.
             | 
|  | Result | 
                Gets the result of asynchronous operation.
                 The value modified from the main thread only. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Abort | 
                Aborts the async operation.
             | 
|  | UpdateFromMainThread | 
                Updates inhibited async operation values from the main thread.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | OperationEndedCallback | 
                Occurs when the async operation ends.
             | 
|  | ProgressChangedEvent | 
                Occurs when the progress of async operation changed.
             | 
 See Also
See Also