ObservableTask Properties |
The ObservableTask 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.) | |
Status |
Gets the TaskStatus of the associated task instance.
(Inherited from ObservableTaskBaseT.) | |
Task |
Gets the associated task instance.
(Inherited from ObservableTaskBaseT.) |