Class ScriptResult

java.lang.Object
org.eclipse.ease.ScriptResult
All Implemented Interfaces:
Future<Object>

public class ScriptResult
extends Object
implements Future<Object>
A ScriptResult is a container for a script execution. As execution often occurs detached from the System thread, the result object contains an indicator for pending and finished results. Results itself may contain an object or an exception.