I am trying to understand the execution loop of the task. I have written a custom task and I have put the initialisation code inside of the init() method. I thought that init() method is called only once ( for taskdef ) and that execute() method is then called for each occurence of the custom task.
However, init() method is called for each occurence of my task. Is this the correct behaviour ? cheers Matt -- Matt Koss Knowledge Media Institute Open University e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
