* Demo 3
*
* @return long response page running a task that implements {@link IERXStatus}, {@link IERXPercentComplete} and {@link IERXStoppable} interfaces.
*/
public WOActionResults dispatchBackgroundTaskWithLongResponsePageFeedback() {
Runnable task = new T03BackgroundTaskWithProgressFeedback();
CCAjaxLongResponsePage nextPage = pageWithName(CCAjaxLongResponsePage.class);
nextPage.setTask(task);
return nextPage;