The method Finish signals ITP/Server that the interactive ITP Model run is complete. It may be called after a call to the methods Start or Continue returns ResultCode.Done. ITP/Server may respond to this signal by cleaning up session storage. Calling Finish after a model run is not mandatory.
bool Finish ();
The method Finish will return true if the model completion signal has been successfully processed by ITP/Server. It will return false if an error occurred during the submission or processing of the completion signal.