<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace"><span style="font-family:arial">2014-09-15 22:30 GMT+08:00 Michael Schnell </span><span dir="ltr" style="font-family:arial"><<a href="mailto:mschnell@lumino.de" target="_blank">mschnell@lumino.de</a>></span><span style="font-family:arial">:</span></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><span class=""><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">
            <div>Is that ok? To be exact, when a thread's
              execute() finished, it will go to a "sleep" status, </div>
          </div>
        </div>
      </div>
    </blockquote></span>
    No. It will die.<span class=""><br>
    <blockquote type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">
            <div>and can be reused by calling execute()
              again, right?</div>
          </div>
        </div>
      </div>
    </blockquote></span>
    AFAIK: No. </div></blockquote><div><br></div><div class="gmail_default" style="font-family:'courier new',monospace">What's the meaning of "die"? By "calling execute()" I simply mean call its Start() method. I will create the thread in "Suspended" mode, i.e. Create(True).  So I hope I can Start() it again after Execute() ended.</div><div class="gmail_default" style="font-family:'courier new',monospace"><br></div><div class="gmail_default" style="font-family:'courier new',monospace">That's what I understand where the document said Resume() is deprecated and replaced by Start(), which means, Start() can be called multiple times??</div></div></div></div>