Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/18 11:52:33 (6 years ago)
Author:
jzenisek
Message:

#2839: updated genealogy computation for hive job administrator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.cs

    r15642 r15913  
    482482    }
    483483
    484     //private void updateButton_Click(object sender, EventArgs e) {
    485     //  var task = System.Threading.Tasks.Task.Factory.StartNew(UpdateJobAsync, Content);
    486     //  task.ContinueWith((t) => {
    487     //    Content.Progress.Finish();
    488     //    MessageBox.Show("An error occured updating the job. See the log for more information.", "HeuristicLab Hive Job Manager", MessageBoxButtons.OK, MessageBoxIcon.Error);
    489     //    Content.Log.LogException(t.Exception);
    490     //  }, TaskContinuationOptions.OnlyOnFaulted);
    491     //}
    492 
    493     //private void UpdateJobAsync(object job) {
    494     //  Content.Progress.Start("Updating job...");
    495     //  HiveClient.UpdateJob((RefreshableJob)job);
    496     //  Content.Progress.Finish();
    497     //}
    498 
    499484    private void UnloadButton_Click(object sender, EventArgs e) {
    500485      Content.Unload();
Note: See TracChangeset for help on using the changeset viewer.