AngelaIp
7 years agoIdeator I
Trigger Server Method a couple of minutes after Method execution
Hi Community,
does anybody know a simple approach to trigger a Server Method from a Server Method with a timeout of a couple of minutes?
I am not sure, if a regular timeout inside the first Metho...
- 7 years ago
I was able to use an onUnload event that update triggers the image conversion as soon as user close the image uploader.
Although onUnload and onBeforeUnload events are a little bit special. Alerts or other dialogs will not work from an unLoad event. Even error messages will not be thrown. So debugging them is a little bit special, as you will not get notified if the Method fails.