PostCondition: Boolean;
The PostCondition property determines whether to calculate the cycle for the first time without checking cycle execution condition.
Available values:
True. Firstly, the cycle is calculated without checking of condition.
False. Firstly, the cycle is calculated if the condition is satisfied.
Cycle calculation condition is returned by the IMsCalculationChainIterator.Expression property.
The property use is given in the example for IMsCalculationChainIterator.Expression.
See also: