CarryForwardExecuting

This function checks whether a previously started carry forward schedules process is still running. Specify the same parameters that are used to run the function CarryForward.

Declaration:

Function CarryForwardExecuting(xmlConnectionInfo As String, language As String, year As String, period As String, scenario As String, companies, schedules, targetYear As String, targetPeriods, targetScenario As String) As Boolean

Parameters:

Parameters Description
xmlConnectionInfo Connection information
language Language in which output is shown
year The source year
period The source period
scenario The source scenario
companies The list of companies to include
schedules The list of schedules to include
targetYear The target year
targetPeriods A list of target periods
targetScenario The target scenario

Return value:

If the carry forward schedules process is still running, the return value is true, otherwise false.