aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Task.py
AgeCommit message (Collapse)Author
2008-08-25allow single tasks in jobs to stay resident and continue doing their thing ↵Andreas Frisch
while the next tasks are started
2008-07-04fix crash for non-existent workspace directoriesAndreas Frisch
2008-06-18fix off-by-one error on the progress and fix vars in ToolExistsPreconditionAndreas Frisch
2008-06-11add support for retrying when a task failed.Felix Domke
2008-06-10clamp progress to 0..end, add possibility to receive whole lines only in ↵Felix Domke
processOutputLine
2008-06-03add cleanup call, implement DiskspacePrecondition, add ↵Felix Domke
WorkspaceExistsPrecondition
2008-06-03some cleanupsFelix Domke
2008-06-03Add progress and cwd (working directory) functionalityAndreas Frisch
2008-05-20make workspace a Job property, fix preconditions, Task will automatically ↵Felix Domke
add to job to provide a reference to the job
2008-04-28ToolExistsPrecondition, ReturncodePostcondition are usable alreadyFelix Domke
2008-04-14Add 'Tasks' for controlled execution of multiple external toolsFelix Domke