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 ObservableTaskBaseT.)
Public propertyIsCancelled
Gets a value indicating whether the associated task instance has completed execution due to being canceled.
(Inherited from ObservableTaskBaseT.)
Public propertyIsCompleted
Gets a value indicating whether the associated task instance has completed.
(Inherited from ObservableTaskBaseT.)
Public propertyIsFaulted
Gets a value indicating whether the associated task instance has completed execution due to an unhandled exception.
(Inherited from ObservableTaskBaseT.)
Public propertyStatus
Gets the TaskStatus of the associated task instance.
(Inherited from ObservableTaskBaseT.)
Public propertyTask
Gets the associated task instance.
(Inherited from ObservableTaskBaseT.)
Top
See Also