Eplan Platform API
Eplan.EplApi.Base Namespace / Progress Class / ShowImmediately Method

In This Topic
ShowImmediately Method
In This Topic
Shows the progress bar without any further delay. When ShowImmediately isnt't called the dialog appears later (with delay), it prevents the dialog to show unnecessarily (to prevent that the progress flickers up for a short running actions).
Syntax
public void ShowImmediately()
See Also