aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Task.py
AgeCommit message (Collapse)Author
2010-10-06JobView/HTTPProgressDownloader/NFIFlash correctly handle cancelling downloadsFraxinas
2010-03-31save supposed afterEvent config in class Job member (fixes #394 DVDBurn ↵Fraxinas
shutdown not being executed)
2010-03-12refs bug #429Stefan Pluecken
- allow absolute path names in Task.py but print a warning - search in task.cwd as well
2010-03-12refs bug #429Stefan Pluecken
use PATH variable to determine, if an executable file exists instead of just parsing the command string for a leading /
2009-01-06only kill actual containers on aborting tasksFraxinas
2008-12-08allow using complex shell commandlines (including | etc.) for job tasks ↵Fraxinas
(handle with care, no tool exist precondition checking!)
2008-11-06allow setting progress for current task from within resident task, implement ↵Fraxinas
rudimentary progress for mplextask in dvdburn (requires dvdauthor patch)
2008-11-06don't crash when background jobs fail and user presses red keyFraxinas
2008-11-06fix syntax errorghost
2008-11-06add possibility to call eConsoleAppContainer execute with unlimited count of ↵ghost
arguments when its called with single argument, then /bin/sh is started else not
2008-11-06uncomment necessary lineFraxinas
2008-11-06fix execute string for tasksandy
2008-10-28remove non working wrapper class to add a (unneeded) .get() call toAndreas Monzner
eConsoleAppContainers.. so now all external plugins must remove this .get() calls... example: cont = eConsoleAppContainer() cont.appClosed.append(cb_func) # old was cont.appClosed.get().append(cb_func)
2008-10-28cleanup eConsoleAppContainer code.. execute is now only possible to call withAndreas Monzner
one single string argument
2008-10-15check for running jobs before shutting down/rebootingAndreas Frisch
2008-10-13allow DVD burning in background. to view progress of jobs, press extensions ↵Andreas Frisch
key (blue) in TV mode
2008-09-18german locale update for Task & DVDBurnAndreas Frisch
2008-09-15don't offer to retry non-recoverable tasks & error catching for MplexTaskAndreas Frisch
2008-09-02emit seperate signals for stdout and stderr pipes, allow cat'ing file ↵Andreas Frisch
content into container apps and dumping their output to a file
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