Click or drag to resize

ITrackCalculationProgressCancellationPending 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
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
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