Continue

The method Continue is used to run an ITP Model. For a description of the functionality of this method refer to Running an interactive ITP model.

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 has been returned by the preceding call to Start or Continue.

submission, the parameter submission indicates the button that the user has pressed 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.