How to Synchronize Ajax TruClient Scripts Steps
An End Event can be one of the following:
- Action Completed. Step ends when its action is completed. An example of an action is a button click.
- DOM load. Step ends when the process of loading a document completes.
- DOM content loaded. Step ends when the HTML parsing of the document completes.
- Step network completed. Step ends when all HTTP requests have completed including requests initiated by XMLHttpRequest.
Step synchronous network completed. Step ends when all HTTP requests have completed excluding requests initiated by XMLHttpRequest.
- Dialog opened. Step ends when a dialog is opened.
- Automatic: Not Set Yet. The automatic end event has not yet been determined.
- after that assign the End Event manually.