﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4486	Report end of initialization and start of simulation in the log	Francesco Casella	Adeel Asghar	"When running a Modelica model simulation there are two major milestones: the first is the success of the intialization, the second is the success of the simulation. The information regarding the achievement of these milestones should be clear and always provided to the end user.

The second milestone is already reported with the message
{{{
stdout | OMEditInfo | <p>Simulation process finished successfully.</p>
}}}

However, the first one is not reported explicitly, so if there are errors it is not immediately apparent whether the problem is during the initialization or during the simulation phase. This is particularly annoying since sometimes some recoverable errors are reported anyway in the log window, which makes the whole thing even more confusing.

Please add a corresponding message
{{{
stdout | OMEditInfo | <p>Initialization process finished successfully.</p>
}}}
when the initialization process is successfully concluded."	defect	closed	critical	1.12.0	OMEdit		fixed		
