Hi Motto,
I failed to reproduce the problem you had described.
Do you get any errors during the test run?
The problem may occur if the OnLogCloseNode event handler is not specified in the Events to Handle list. To check this:
1. Double-click the needed Event control in the Project Explorer panel. TestComplete will show the Event Control editor.
2. In the Events to Handle list, select the needed event and make sure that the needed event handler is specified in the Event Handler cell.
3. To make sure that the specified event handler links to the needed test, click View next to the handler's name. TestComplete will bring up the Keyword Test Editor or Code Editor and point the cursor to the corresponding routine.