Interface KillableProcess

  • All Known Implementing Classes:
    CostingBackground

    public interface KillableProcess
    KillableProcess needs to be implemented in any process you want to be able to kill from the Process Monitor
    • Method Detail

      • kill

        void kill​(ProcessBundle processBundle)
           throws Exception
        Method to implement on background processes to execute the kill action
        Parameters:
        processBundle - bundle of the current execution, can be used to add log
        Throws:
        Exception