namespace HeuristicLab.Services.Hive { /// /// The only object in hive which holds a state. Must allow restarts without resetting all jobs /// public interface ILifecycleManager { void Cleanup(); } }