| ITrackCalculationProgress Interface | 
Namespace: AGI.Foundation
 Syntax
SyntaxThe ITrackCalculationProgress type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CancellationPending | 
            Gets a value indicating whether cancellation of the calculation is requested.
            If this returns true, the calculation will stop as soon as possible.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ReportProgress | 
            Called periodically by the calculation to indicate its progress.
             | 
 See Also
See Also