Click or drag to resize

AverageSubCalculationProgressCancellationPending Property

Gets a value indicating whether cancellation of the calculation is requested. If this returns true, the calculation will stop as soon as possible.

Namespace:  AGI.Foundation.Infrastructure
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
Remarks
This method will not necessarily be called in the same thread that initiated the calculation, nor is it guaranteed to be called in the same thread each time it is called. However, a single calculation will not call this method in multiple threads simultaneously.
See Also