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, String description)  - 
Method Summary
Modifier and TypeMethodDescriptionlonglong 
- 
Constructor Details
- 
ScriptExecutionReport
 
 - 
 - 
Method Details
- 
getStartTime
public long getStartTime() - 
getEndTime
public long getEndTime() - 
getErrorMessage
 - 
getDescription
 
 -