allow single tasks in jobs to stay resident and continue doing their thing while...
[enigma2.git] / lib / python / Components / Task.py
2008-08-25 Andreas Frischallow single tasks in jobs to stay resident and continu...
2008-07-04 Andreas Frischfix crash for non-existent workspace directories
2008-06-18 Andreas Frischfix off-by-one error on the progress and fix vars in...
2008-06-11 Felix Domkeadd support for retrying when a task failed.
2008-06-10 Felix Domkeclamp progress to 0..end, add possibility to receive...
2008-06-03 Felix Domkeadd cleanup call, implement DiskspacePrecondition,...
2008-06-03 Felix Domkesome cleanups
2008-06-03 Andreas FrischAdd progress and cwd (working directory) functionality
2008-05-20 Felix Domkemake workspace a Job property, fix preconditions, Task...
2008-04-28 Felix DomkeToolExistsPrecondition, ReturncodePostcondition are...
2008-04-14 Felix DomkeAdd 'Tasks' for controlled execution of multiple extern...