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