Class ScriptExecutionReport
java.lang.Object
com.inductiveautomation.ignition.common.script.ScriptExecutionReport
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptExecutionReport
(long startTime, long endTime, String errorMessage, StackTraceElement[] stack, String description) -
Method Summary
Modifier and TypeMethodDescriptionlong
long
-
Constructor Details
-
ScriptExecutionReport
public ScriptExecutionReport(long startTime, long endTime, String errorMessage, StackTraceElement[] stack, String description)
-
-
Method Details
-
getStartTime
public long getStartTime() -
getEndTime
public long getEndTime() -
getErrorMessage
-
getStackTrace
-
getStackTraceAsList
-
getDescription
-