LinuxMCE Forums

General => Users => Topic started by: gaspala on May 05, 2010, 07:25:19 pm

Title: Add new pending task and track it
Post by: gaspala on May 05, 2010, 07:25:19 pm
When I run background jobs (like backup), I would like to add an entry to the list of 'pending tasks'. This will allow me to track the progress better. Have any of you done that? Can you please tell me how to add new tasks, update task progress and finally remove it.
Title: Re: Add new pending task and track it
Post by: jimbodude on May 06, 2010, 04:45:55 pm
Watch DCERouter.log for the commands, would be a good start, I believe.  You could also look into the DVD import code or orbiter regeneration code and see how it's done there.
Title: Re: Add new pending task and track it
Post by: tschak909 on May 06, 2010, 06:09:52 pm
You'll also want to look at src/Disk_Drive and src/Disk_Drive_Functions ...

-Thom