Class ScriptExecutionReport

java.lang.Object
com.inductiveautomation.ignition.common.script.ScriptExecutionReport
All Implemented Interfaces:
Serializable

public class ScriptExecutionReport extends Object implements Serializable
See Also:
  • Constructor Details

    • ScriptExecutionReport

      public ScriptExecutionReport(long startTime, long endTime, String errorMessage, String description)
  • Method Details

    • getStartTime

      public long getStartTime()
    • getEndTime

      public long getEndTime()
    • getErrorMessage

      public String getErrorMessage()
    • getDescription

      public String getDescription()