Current: ITsCalculationContext;
Current[Context: Prognoz.Platform.Interop.Fore.IForeRuntimeContext]: Prognoz.Platform.Interop.Transform.ITsCalculationContext;
Context. The method execution context. Relevant only for Fore.NET.
This property is read-only.
The Current property returns the current context of the custom calculation method.
Using context enables to send user messages, warnings and errors occurring during custom method calculation.
The property use is given in the example for ITsCalculationContext.CalculationType.
See also: