@Override
 public boolean isTaskInProgress(@NotNull GradleTaskId id) throws RemoteException {
   return myHelper.isTaskInProgress(id);
 }