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

xsbti.Exit Maven / Gradle / Ivy

package xsbti;

/**
 * A launched application returns an instance of this class in order to communicate to the launcher
 * that the application finished and the launcher should exit with the given exit code.
 */
public interface Exit extends MainResult
{
	public int code();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy