.handle(null,Handler.REQUEST_BUFFERED) == Handler.BREAK){
return true;
}
if (taskEvent == null){
taskContext = new TaskContext();
taskEvent = new TaskEvent<TaskContext>(taskContext);
}
// Call the listener and execute the task on it's own pipeline.
taskEvent.setStatus(TaskEvent.START);