ConsolidationExecuting

This function checks whether a consolidation that has been started before is still running. Specify the same parameters that are used to run the function ExecuteConsolidation.

Declaration:

Function ConsolidationExecuting(xmlConnectionInfo As String, language As String, years, periods, scenarios, groups, sequence As String) As Boolean

Parameters:

Parameters Description
xmlConnectionInfo Connection information
language Language in which output is displayed
years A list of years to consolidate
periods A list of periods to consolidate
scenarios A list of scenarios to consolidate
groups A list of groups to consolidate
sequence The name of the sequence of consolidation rules to run

Return value:

If the consolidation process is still running, the return value is true, otherwise false.