Application is closed but still running in task manager

meet8530

New member
closed application
then i tried to open again
but it was not opening
so searched and i found my application was running in task manager
i ended task from task manager
then it was working fine

but every time we close application
the application still runs in task manager
 
meet8530 said:
plication
then i tried to open again
but it was not opening
so searched and i found my application was running in task manager
i ended task from task manager
then it was working fine

but every time we close application
Maybe a PHP process remains because you have a script that does not end?
 
not possible
because person opens software then closes and it remains open in task manager
nothing remains
made sure of it
 
Yes, but maybe one of your PHP scripts of your app does not end. It’s difficult to tell without testing your app.
 
Our Exe application also has this same issue. Even after we closed the application it remains open in taskmanager. None of the PHP scripts is running.
 
OK. And have you tried to enable debugging options of ExeOutput?
gdgsupport said:
Yes, but maybe one of your PHP scripts of your app does not end. It’s difficult to tell without testing your app.
 
In the PHP setting > Debugging, Debugging Option only Enable PHP error logging(errors will be stored in the php_error.log) is enabled. All other options are disabled. Does that result in the Application run in background
 
Back
Top