Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/07/12 19:14:08 (12 years ago)
Author:
ascheibe
Message:

#1762 moved ProgressView from Hive to MainForms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/HiveClient.cs

    r7259 r7582  
    3030using HeuristicLab.Common;
    3131using HeuristicLab.Core;
     32using HeuristicLab.MainForm;
    3233using HeuristicLab.PluginInfrastructure;
    3334using TS = System.Threading.Tasks;
     
    113114        jobs = null;
    114115        throw;
    115       } finally {
     116      }
     117      finally {
    116118        OnRefreshed();
    117119      }
     
    312314        }
    313315        refreshableJob.Job.Modified = false;
    314       } finally {
     316      }
     317      finally {
    315318        refreshableJob.IsProgressing = false;
    316319      }
     
    414417          if (!ae.InnerExceptions.All(e => e is TaskCanceledException)) throw ae; // for some reason the WaitAll throws a AggregateException containg a TaskCanceledException. i don't know where it comes from, however the tasks all finish properly, so for now just ignore it
    415418        }
    416       } finally {
     419      }
     420      finally {
    417421        if (!semaphoreReleased) taskUploadSemaphore.Release();
    418422      }
     
    465469        }
    466470        refreshableJob.OnLoaded();
    467       } finally {
     471      }
     472      finally {
    468473        refreshableJob.IsProgressing = false;
    469474      }
Note: See TracChangeset for help on using the changeset viewer.