Finish
The method Finish signals KCM Core that the interactive KCM Master Template run is complete. It may be called after a call to the methods Start or Continue returns ResultCode.Done. KCM Core responds to this signal by cleaning up session storage. Calling Finish after a Master Template run is not mandatory.
-
Signature
bool Finish (); -
Return value
The method Finish returns true if the Master Template completion signal is successfully processed by KCM Core. It returns false if an error occurred during the submission or processing of the completion signal.