interface IBackgroundProcess extends AutoCloseable { IBackgroundProcess setInterruptAction(Runnable action); }