CopyParametersExecuting

This function checks whether a previously started copy parameters process is still running.

Declaration:

Function CopyParametersExecuting(xmlConnectionInfo As String, language As String, years, periods, scenarios, targetYears, targetPeriods, targetScenarios, settings As Long) As Boolean

Parameters:

Parameters Description
xmlConnectionInfo Connection information
language Language in which output is shown
years The list of source years
periods The list of source periods
scenarios The list of source scenarios
targetYears The list of target years
targetPeriods The list of target periods
targetScenarios The list of target scenarios
settings

Defines the data that must be copied:

  • 1: Company settings
  • 2: Exchange rates
  • 4: Group settings
  • 8: Historical exchange rates
  • 16: Consolidation methods I/C
  • 32: Consolidation methods
  • 64: Ownership data for companies
  • 128: Ownership data for groups
  • 256: Rates of currency changes for companies
  • 512: Rates of currency changes for groups

Return value:

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