Click or drag to resize

ITrackCalculationProgress Interface

An interface that is provided to a calculation method when you want to receive updates about the progress of the calculation and to have the ability to cancel it.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface ITrackCalculationProgress

The ITrackCalculationProgress type exposes the following members.

Properties
  NameDescription
Public propertyCancellationPending
Gets a value indicating whether cancellation of the calculation is requested. If this returns true, the calculation will stop as soon as possible.
Top
Methods
  NameDescription
Public methodReportProgress
Called periodically by the calculation to indicate its progress.
Top
See Also