The ExecutionResult is what is returned after running the function under evaluation through the execute function. Right now it only provides an evaluate method - but it should be a bit more useful. At the very least it should capture the function under evaluation's output.
The
ExecutionResultis what is returned after running the function under evaluation through theexecutefunction. Right now it only provides anevaluatemethod - but it should be a bit more useful. At the very least it should capture the function under evaluation's output.