MtxVec VCL
|
Allows execution stop by user.
If InternalLoop is set to True the execution of the thread can be canceled by setting the value of the Cancel property to True.
When the Start routine is called then Cancel is set to false. When the thread has finished executing, because the loop has ended, Cancel is set to True.
If InternalLoop is set to False, then the user has to check the value of the Cancel property within his own loop and exit that loop if/when Cancel is set to true.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|