baanjim
18th November 2014, 20:18
Hi,
We have a problem with the suspend() fonction in WebUI.
We must look for a file (generated by a ECM software) in a directory. We use the suspend(10000) function in a for loop (in order to repeat x*10sec). When the file is present, we break the loop and continue our process.
In Worktop it's ok. During the loop we can use other sessions (run GTM etc...)
But in WebUI all the processes are blocked (The mouse pointer is blocked in Timer). So we must wait for the end of the loop. :eek:
What can be the issue for this problem? How make this process run independtly?
Do you have any idea?
Thank you for your help.
We have a problem with the suspend() fonction in WebUI.
We must look for a file (generated by a ECM software) in a directory. We use the suspend(10000) function in a for loop (in order to repeat x*10sec). When the file is present, we break the loop and continue our process.
In Worktop it's ok. During the loop we can use other sessions (run GTM etc...)
But in WebUI all the processes are blocked (The mouse pointer is blocked in Timer). So we must wait for the end of the loop. :eek:
What can be the issue for this problem? How make this process run independtly?
Do you have any idea?
Thank you for your help.