A program to recognize and reward our most engaged community members
IOContainer ioResult = myProcess.run(ioInput);// use the result(s) as needed, for example if your process just returns one ExampleSet, use this:if (ioResult.getElementAt(0) instanceof ExampleSet) { ExampleSet resultSet = (ExampleSet)ioResult.getElementAt(0);}