Click or drag to resize
Cimbalino ToolkitObservableTask Properties

The ObservableTask type exposes the following members.

Properties
  NameDescription
Public propertyException
Gets the AggregateException that caused the associated task instance to end prematurely.
(Inherited from ObservableTaskBase<T>.)
Public propertyIsCancelled
Gets a value indicating whether the associated task instance has completed execution due to being canceled.
(Inherited from ObservableTaskBase<T>.)
Public propertyIsCompleted
Gets a value indicating whether the associated task instance has completed.
(Inherited from ObservableTaskBase<T>.)
Public propertyIsFaulted
Gets a value indicating whether the associated task instance has completed execution due to an unhandled exception.
(Inherited from ObservableTaskBase<T>.)
Public propertyStatus
Gets the TaskStatus of the associated task instance.
(Inherited from ObservableTaskBase<T>.)
Public propertyTask
Gets the associated task instance.
(Inherited from ObservableTaskBase<T>.)
Top
See Also