@Override
 protected IStatus run(final IProgressMonitor monitor) {
   downloadModuleRunnable.run(monitor);
   return Status.OK_STATUS;
 }