All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.ie3.simona.api.simulation.ontology.TerminationMessage Maven / Gradle / Ivy

/*
 * © 2022. TU Dortmund University,
 * Institute of Energy Systems, Energy Efficiency and Energy Economics,
 * Research group Distribution grid planning and operation
 */

package edu.ie3.simona.api.simulation.ontology;

/**
 * Message that is sent once SIMONA is terminating, indicating that the external simulation should
 * shut down as well
 *
 * @param simulationSuccessful Whether SIMONA terminated successfully
 */
public record TerminationMessage(Boolean simulationSuccessful) implements ControlMessageToExt {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy