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

org.intocps.maestro.plugin.IMaestroPlugin Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package org.intocps.maestro.plugin;

public interface IMaestroPlugin {

    /**
     * Global boolean identifier which indicates if execution can continue. This must be set to false by plugins if they encounter an error
     */
    String GLOBAL_EXECUTION_CONTINUE = "global_execution_continue";

    String FMI_STATUS_VARIABLE_NAME = "status";

    String getName();

    String getVersion();


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy