ReportSuccessfulCompletion Method

Reports successful completion of the current execution

Syntax

Sub ReportSuccessfulCompletion()

Parameters

None



Return Value


None

Examples

IronPython

#Report successful completion

Host.ReportSuccessfulCompletion()



C#

//Report successful completion

ReportSuccessfulCompletion();


Remarks