Click or drag to resize
Cimbalino ToolkitObservableTaskBaseT Properties

The ObservableTaskBaseT generic type exposes the following members.

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