|
|
|
|
|
<Thread>.RequestStop (Function) In french: <Thread>.DemandeArrêt Sends a stop request to a thread.
t is Thread(Proc, ("Premier paramètre", 2))
ThreadExécute(t)
...
t.DemandeArrêt()
Syntax
Request the stop of a thread identified by a Thread variable Hide the details
<Thread>.RequestStop()
<Thread>: Thread variable Name of the Thread variable that corresponds to the thread to stop. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|