Package xsbti

Interface Exit

All Superinterfaces:
MainResult

public interface Exit extends MainResult
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.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • code

      int code()