Class ScriptExecutionStateResultDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.ScriptExecutionStateResultDTO

public class ScriptExecutionStateResultDTO extends Object
Contains the result information of the script execution bf
  • Field Details

    • content

      public ScriptExecutionRowDTO[] content
      this table represents the result of the script execution
    • isBusy

      public Boolean isBusy
      Returns true, if the script execution is running
    • isFailed

      public Boolean isFailed
      Returns true, if the script execution failed
    • info

      public String info
      information about the script execution
  • Constructor Details

    • ScriptExecutionStateResultDTO

      public ScriptExecutionStateResultDTO()