Creating a Progress Bar

When working with EKL scripts, you may want to know how far you are in the execution of your script. For this purpose, you can create a progress bar to call from your EKL script. To do so, you must use specific methods in your script to update the progress bar. The lifecycle of the progress bar is linked to the executed EKL script and its context. At the end of the execution, the progress bar is killed.

To see an example, open the startup\Knowledgeware\ProgressBarSamples\Sample1\Source-bar-beadUDF.3dxml and Target-bar-scripts.3dxml files.

Two different modes are available:

Note: Both modes - Step Mode and Value Mode - cannot be mixed.

This page discusses:

See Also
UI Functions