#356 closed feature request (done)
Implementing a JobBase Class
Reported by: | kgrading | Owned by: | kgrading |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Hive.Contracts | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by kgrading)
Should have 2 basic methods and various Flags (abort, snapshot, ..):
- start
- abstract run method
Change History (10)
comment:1 Changed 16 years ago by kgrading
- Description modified (diff)
- Status changed from new to assigned
comment:2 Changed 16 years ago by kgrading
comment:3 Changed 16 years ago by kgrading
- Component changed from Hive.Client.Common to Hive.Contracts
comment:4 Changed 16 years ago by kgrading
- Resolution set to fixed
- Status changed from assigned to closed
comment:5 Changed 16 years ago by kgrading
- Resolution fixed deleted
- Status changed from closed to reopened
comment:6 Changed 16 years ago by kgrading
For performance reasons, the for - loop should be replaced with a Thread.Sleep. Otherwise the performance of single core machines suffer when executing the Test job.
comment:7 Changed 16 years ago by kgrading
- Resolution set to fixed
- Status changed from reopened to closed
changes implemented in r1023
comment:8 Changed 16 years ago by swagner
- Milestone changed from Hive 1.0 to Iteration 0
Milestone Hive 1.0 deleted
comment:9 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
implemented a first version in r742