AverageSubCalculationProgressGetSubCalculationProgress Method  | 
 
            Gets the set of progress values, each representing the progress of a sub-calculation.
            
 
    Namespace: 
   AGI.Foundation.Infrastructure
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int[] GetSubCalculationProgress()
Public Function GetSubCalculationProgress As Integer()
public:
array<int>^ GetSubCalculationProgress()
member GetSubCalculationProgress : unit -> int[] 
Return Value
Type: 
Int32The progress values.
See Also