ValidationExecuting

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

Declaration:

Function ValidationExecuting(xmlConnectionInfo As String, language As String, years, periods, scenarios, groups, settings As Long) As Boolean

Parameters:

Parameters Description
xmlConnectionInfo Connection information
language Language in which output is shown
years The list of years
periods The list of periods
scenarios The list of scenarios
groups The list of groups
settings

Defines the data that must be validated:

  • 1: Database structures
  • 2: Parameters
  • 4: Exchange rates
  • 8: Financial data
  • 16: Recurring journals

Return value:

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