Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/02/09 19:56:52 (16 years ago)
Author:
kgrading
Message:

finished the sandbox (#410)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs

    r1150 r1199  
    186186    void wcfService_PullJobCompleted(object sender, PullJobCompletedEventArgs e) {
    187187      if (e.Result.StatusMessage != ApplicationConstants.RESPONSE_COMMUNICATOR_NO_JOBS_LEFT) {
    188         bool sandboxed = false;
     188        bool sandboxed = true;
    189189
    190190        PluginManager.Manager.Initialize();
Note: See TracChangeset for help on using the changeset viewer.