The following tables list the members exposed by CoroutineOperation.
Public Properties
| Name | Description |
![Public Property](dotnetimages/publicProperty.png) | CanCancel |
Returns whether the operation can be cancelled.
(Inherited from IdeaBlade.EntityModel.BaseOperation<CoroutineCompletedEventArgs,CoroutineOperation>) |
![Public Property](dotnetimages/publicProperty.png) | Cancelled |
Returns whether the operation was cancelled.
(Inherited from IdeaBlade.EntityModel.BaseOperation<CoroutineCompletedEventArgs,CoroutineOperation>) |
![Public Property](dotnetimages/publicProperty.png) | CompletedSuccessfully |
Returns whether the operation completed success
(Inherited from IdeaBlade.EntityModel.BaseOperation<CoroutineCompletedEventArgs,CoroutineOperation>) |
![Public Property](dotnetimages/publicProperty.png) | CompletedSynchronously |
Returns whether the operation completed synchronously.
(Inherited from IdeaBlade.EntityModel.BaseOperation<CoroutineCompletedEventArgs,CoroutineOperation>) |
![Public Property](dotnetimages/publicProperty.png) | Error |
Returns the exception if the operation failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<CoroutineCompletedEventArgs,CoroutineOperation>) |
![Public Property](dotnetimages/publicProperty.png) | HasError |
Returns whether the operation failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<CoroutineCompletedEventArgs,CoroutineOperation>) |
![Public Property](dotnetimages/publicProperty.png) | IsCompleted |
Returns whether the operation is completed regardless of whether it was cancelled or failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<CoroutineCompletedEventArgs,CoroutineOperation>) |
![Public Property](dotnetimages/publicProperty.png) | IsErrorHandled |
Was any error that occured handled?
(Inherited from IdeaBlade.EntityModel.BaseOperation<CoroutineCompletedEventArgs,CoroutineOperation>) |
![Public Property](dotnetimages/publicProperty.png) | Notifications |
The asynchronous actions performed by the iterator block.
|
![Public Property](dotnetimages/publicProperty.png) | Result |
The result returned by an iterator.
|
![Public Property](dotnetimages/publicProperty.png) | Task |
The asynchronous task.
(Inherited from IdeaBlade.EntityModel.BaseOperation<CoroutineCompletedEventArgs,CoroutineOperation>) |
![Public Property](dotnetimages/publicProperty.png) | UserState |
Returns the user state which identifies the operation.
(Inherited from IdeaBlade.EntityModel.BaseOperation<CoroutineCompletedEventArgs,CoroutineOperation>) |
Top
Public Methods
Public Events
See Also