PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] How can I close a program with running paralletasks
[WD20] How can I close a program with running paralletasks
Iniciado por guest, 22,ene. 2016 11:32 - No hay respuesta
Publicado el 22,enero 2016 - 11:32
Hi,

If the user clicks at the X on my main window the program should end.

I use ParallelTaskRequestCancelation(t) in the windows-close-code-section to cancel the tasks, but the "myprogram.exe" is still in memory (I see it in task manager)

Whats wrong ?