I\'m putting several tasks into a task queue and would like to know when the specific tasks are done. I haven\'t found anything in the API about call backs, or checking the stat
You might be able to accomplish this with the pipeline api. You make something dependent on all 6 tasks and let it rip.
http://code.google.com/p/appengine-pipeline/
Good Luck.