| ObservableTaskT Properties |
The ObservableTaskT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Exception |
Gets the AggregateException that caused the associated task instance to end prematurely.
(Inherited from ObservableTaskBaseT.) | |
| IsCancelled |
Gets a value indicating whether the associated task instance has completed execution due to being canceled.
(Inherited from ObservableTaskBaseT.) | |
| IsCompleted |
Gets a value indicating whether the associated task instance has completed.
(Inherited from ObservableTaskBaseT.) | |
| IsFaulted |
Gets a value indicating whether the associated task instance has completed execution due to an unhandled exception.
(Inherited from ObservableTaskBaseT.) | |
| Result |
Gets the result value of this task.
| |
| Status |
Gets the TaskStatus of the associated task instance.
(Inherited from ObservableTaskBaseT.) | |
| Task |
Gets the associated task instance.
(Inherited from ObservableTaskBaseT.) |