Click or drag to resize

BackgroundCalculationCancellationPending Property

Gets a value indicating whether the application has requested cancellation of a background operation.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool CancellationPending { get; }

Property Value

Type: Boolean
if the application has requested cancellation of a background operation; otherwise . The default is .

Implements

ITrackCalculationProgressCancellationPending
See Also