// return info from our job node
final JobStatus active = getActiveJob();
if(active != null) {
return active.getProgressInfo();
} else {
return new JobProgressInfo() {
public String getProgressMessage() {
return getState().toString();
}
public Date getEstimatedCompletionTime() {