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