Al 16/10/10 16:57, En/na Vinzent Höfler ha escrit:


Well, the usual implementation of an externally called "Destroy" is

- first a call to the Terminate method
- then a WaitFor()

Nope, I avoid the WaitFor. I usually do a

  while not FFinished do
    CheckSynchronize(100);

(where FFinished is set when Execute ends).

Bye

--
Luca
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to