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