0 Replies Latest reply on Dec 6, 2006 3:47 AM by lzdobylak

    TaskInstance.isOpened filed strange design

    lzdobylak

      Why isOpened flag is set by default to true?
      It means that just after creating task instance, the instance is opened.
      In my opinion the flag should be set only after starting task - in start() method.

      So. I have task assigned to pool and when someone pulls taskinstance to himself, should check if task is opened.

      What do you think?