// The next point where VDM needs CT communication is result.time but if the simulation stops before we
// are not by protocol allowed to ask for this.
result.time = finishTime;
}
return result.toMap();
} catch (RemoteSimulationException e)
{
ErrorLog.log(e);
throw e;
}