Class ExitAction

java.lang.Object
com.aquima.interactions.process.ExitAction

public class ExitAction extends Object
This enum represents the possible exit action of an process.
Since:
9.1
Author:
A. Pragt
  • Field Details

    • OK

      public static final ExitAction OK
      The Ok will let the process exit normally: It will wait for all tasks to be completed.
    • CANCEL

      public static final ExitAction CANCEL
      The Cancel will exit the entire process: all current active tasks will be canceled.
  • Method Details