*
* @return result {@link TaskInfoPage} displaying result of task {@link T05MultiThreadedEOFTask}
*/
public WOActionResults dispatchMultiThreadedTaskWithoutLongResponse() {
Callable<EOGlobalID> task = new T05MultiThreadedEOFTask(60000);
// We just ignore the return value in the case of sending a Callable to background and not
// caring about handling the result object
ERXExecutorService.executorService().submit(task);
return pageWithName(AppMonitor.class);