Just checked support for this in to the trunk. G On Feb 24, 2010, at 4:13 PM, Mathias Versichele wrote:
> Good idea, that's what I want > > 2010/2/24 Greg Brown <[email protected]> > In this case, though, I wonder if TaskGroup and TaskSequence should override > abort() and abort all tasks in the collection. > > On Feb 24, 2010, at 3:19 PM, Todd Volkert wrote: > >> It means that your Task subclass should check the abort flag periodically >> inside its execute() method. >> >> -T >> >> On Wed, Feb 24, 2010 at 3:16 PM, Mathias Versichele >> <[email protected]> wrote: >> Calling the abort() method of my TaskSequence has no effect. I read in the >> API that this only sets the abort field to true and that the implementing >> class has to respect this value and throw an AbortException accordingly. >> Does this mean that in the loop that is running in the task, I have to check >> this field with every loop run or something ? >> >> -- >> Mathias Versichele >> Bio-ir milieutechnologie / Msc. geografie >> Oudburgstraat 16 >> 9240 Zele >> 0485/16.07.08 >> > > > > > -- > Mathias Versichele > Bio-ir milieutechnologie / Msc. geografie > Oudburgstraat 16 > 9240 Zele > 0485/16.07.08
