Code: Select all
If ActiveThread
OldThread=ActiveThread
PauseThread(OldThread)
EndIf
You can signal threads, yes. But what is the point of PauseThread if it's unsafe to be used?
Code: Select all
If ActiveThread
OldThread=ActiveThread
PauseThread(OldThread)
EndIf