*
* @return result {@link TaskInfoPage} displaying result of task {@link T05MultiThreadedEOFTask}
*/
public WOActionResults dispatchMultiThreadedTask() {
// Set up the controller for the end of task action
ERXNextPageForResultWOAction controller = new ERXNextPageForResultWOAction(pageWithName(TaskInfoPage.class), "taskInfo");
Callable<EOGlobalID> task = new T05MultiThreadedEOFTask();
CCAjaxLongResponsePage nextPage = pageWithName(CCAjaxLongResponsePage.class);
nextPage.setNextPageForResultController(controller);