Click or drag to resize

ResultIsCancelled Property

Was the future result value canceled. This may have been due to an exception in the task that was populating the future result value.

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
public bool IsCancelled { get; }

Property Value

Type: Boolean
See Also