Continue

The method Continue is used to run KCM Master Template. See Running an interactive ITP model for a description of the functionality of this method.

  • Signature

    ResultCode Continue (string responseFile, string submission);

  • Parameters

    responseFile: The path to an XML file containing form answers. These form answers must correspond to the form that is returned by the preceding call to Start or Continue.

    submission: The parameter submission indicates the button that the user presses to submit the form. The possible values of this parameter are defined by the XML form definition returned by the preceding call to Start or Continue, in the element button.

  • Return value

    The method Continue returns the same values as the method Start.