Class ScriptExecutionStateResultDTO


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

      • 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 Detail

      • ScriptExecutionStateResultDTO

        public ScriptExecutionStateResultDTO()